summaryrefslogtreecommitdiff
path: root/templates/wiki/base.html
blob: cded5738aee4779b08ca2676f50196f95f62aff0 (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}
{% block title %}{{ block.super }}{% endblock %}
{% block sec-id %}{% if static %}sec-{{ static }}{% else %}sec-wiki{% endif %}{% endblock %}
{% block extra_header %}
<link rel="StyleSheet" href="/static/estilos/wiki.css" type="text/css" />
{% endblock %}
{% block content %}
{% endblock %}