blob: ff6456201f75961dc3cb14dea8d8c68b6328b7bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{% extends "snippets/layout.html" %}
{% block title "projects | Maximilian Möhring" %}
{% block main %}
<div class="container">
{% include "snippets/projects.html" %}
</div>
{% endblock %}
|