##// END OF EJS Templates
clean abs code
clean abs code

File last commit:

r0:70de8228c274
r315:b3c54f0853ae
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 %}