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 89639de380 Fixed bug in title
It used to add <h2> from the page title
2016-02-03 19:23:16 +01:00

8 lines
135 B
HTML

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