1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2024-09-21 08:01:42 +00:00
balkian.github.com/balkiantheme/templates/page.html

8 lines
138 B
HTML
Raw Normal View History

{% extends "base.html" %}
2015-12-08 14:19:16 +00:00
{% block content_title %}
{{ page.title }}
{% endblock %}
{% block content %}
{{ page.content }}
{% endblock %}