2015-05-23 17:48:01 +07:00

5 lines
76 B
HTML

{% extends "layout.html" %}
{%block view%}
<h1>{{hello}}</h1>
{%endblock%}