mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 03:01:03 +01:00
6 lines
119 B
HTML
6 lines
119 B
HTML
|
{% extends "layouts/main.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h1>Index Body</h1>
|
||
|
<h3>Message: {{Message}}</h3>
|
||
|
{% endblock %}
|