Echo Writes Code

index.tera.html

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends "page.tera.html" %}

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

{% block content %}
<h1>Repositories</h1>

<div class="tile">
	<h2>echo/crucible</h2>
</div>

<div class="tile">
	<h2>echo/orchid</h2>
</div>
{% endblock %}