1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2024-09-19 15:11:44 +00:00
balkian.github.com/balkiantheme/templates/page.html

5 lines
80 B
HTML
Raw Normal View History

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