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

4 lines
75 B
HTML

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