Echo Writes Code

index.tera.html

1
2
3
4
5
6
7
8
9
{% extends "page.tera.html" %}

{% block title %}Index{% endblock %}

{% block content %}
<article>
	<h1>Index</h1>
</article>
{% endblock %}