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

6 lines
No EOL
167 B
HTML

{% extends "layout.html" %}
{% block title %}Jinja.Dart!{% endblock %}
{% block body %}
<p>hello Jinja.Dart!</p>
<a href="/hello/Joe">hello Joe!</a>
{% endblock %}