mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 10:35:40 -04:00
25 lines
602 B
HTML
25 lines
602 B
HTML
{#-
|
|
This file was automatically generated - do not edit
|
|
-#}
|
|
{% extends "base.html" %}
|
|
|
|
{% block extrahead %}
|
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/custom.00c04c01.min.css' | url }}">
|
|
{% endblock %}
|
|
|
|
{% block announce %}
|
|
Documentation currently under development
|
|
{% endblock %}
|
|
|
|
{% block outdated %}
|
|
You're not viewing the latest version.
|
|
<a href="{{ '../' ~ base_url }}">
|
|
<strong>Click here to go to latest.</strong>
|
|
</a>
|
|
{% endblock %}
|
|
|
|
{% block scripts %}
|
|
{{ super() }}
|
|
<script src="{{ 'assets/javascripts/custom.129bd6ad.min.js' | url }}"></script>
|
|
{% endblock %}
|