Aaron Fischer
4a135f7880
Update bootstrap required a lot of template work, so I had no change to split the commit in two separate commits to rebase the language change. This means, yenu is EN only by now.
6 lines
116 B
HTML
6 lines
116 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
<h1>Stats</h1>
|
|
<img src="/img/warning_clojure.png">
|
|
{% endblock %}
|