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