mirror of
https://github.com/balkian/balkian.github.com.git
synced 2024-11-13 07:02:29 +00:00
89639de380
It used to add <h2> from the page title
8 lines
135 B
HTML
8 lines
135 B
HTML
{% extends "base.html" %}
|
|
{% block site_title %}
|
|
{{ page.title }}
|
|
{% endblock %}
|
|
{% block content %}
|
|
{{ page.content }}
|
|
{% endblock %}
|