aboutsummaryrefslogtreecommitdiffstats
path: root/martyalchin/templates/page.html
blob: 727c762c41da9be1100c3e2b1897e946144fa592 (plain)
1
2
3
4
5
6
7
{% extends "base.html" %}
{% block title %}{{ page.title }}{%endblock%}
{% block content %}
    <h1>{{ page.title }}</h1>
    {{ page.content }}
{% endblock %}