summaryrefslogtreecommitdiff
path: root/views/things.html
blob: bc42ce1de28dac44c0e74aafcb30c410a9502741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% extends "snippets/layout.html" %}

{% block title "things | Maximilian Möhring" %}

{% block css %}
{% endblock %}

{% block main %}

<div class="container">

	{% include "snippets/things.html" %}

</div>

{% endblock %}