1
0
mirror of https://github.com/kataras/iris.git synced 2026-05-01 11:45:28 +00:00
Files

6 lines
119 B
HTML

{% extends "layouts/main.html" %}
{% block content %}
<h1>Index Body</h1>
<h3>Message: {{Message}}</h3>
{% endblock %}