##// END OF EJS Templates
Se unió ATRAD al SIR
Se unió ATRAD al SIR

File last commit:

r380:34e7637f39b2
r380:34e7637f39b2
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 %}