1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2024-09-20 23:51:43 +00:00
balkian.github.com/balkiantheme/templates/page.html
J. Fernando Sánchez 09a35b2595 Fixed html titles
2015-12-08 15:19:16 +01:00

8 lines
138 B
HTML

{% extends "base.html" %}
{% block content_title %}
{{ page.title }}
{% endblock %}
{% block content %}
{{ page.content }}
{% endblock %}