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