##// END OF EJS Templates

File last commit:

r0:70de8228c274
r317:3c0c2e8703c8 merge
Show More
index.html
15 lines | 286 B | text/html | HtmlDjangoLexer
{% extends "base.html" %}
{% block mainactive %}active{% endblock %}
{% block content-title %}TITLE{% endblock %}
{% block content-suptitle %}Suptitle{% endblock %}
{% block content %}
<p class="text-justify">
{% lorem %}
</p>
{% endblock %}
{% block sidebar%}
{% endblock %}