platform/example/views/hello.html
2019-01-29 13:06:58 -05:00

5 lines
No EOL
135 B
HTML

{% extends "layout.html" %}
{% block title %}hello {{ name }}!{% endblock %}
{% block body %}
<p>hello {{ name }}!</p>
{% endblock %}