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

8 lines
135 B
HTML
Raw Normal View History

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