added controller to render markdown documentation #129

This commit is contained in:
Kevin Papst
2018-02-07 15:07:53 +01:00
parent 2e60e14132
commit 29699572bd
25 changed files with 658 additions and 140 deletions

View File

@@ -41,13 +41,6 @@
{% block avanzu_footer %}
{% block footer %}
<footer class="main-footer no-print">
<div class="pull-right hidden-xs">
<b>Version</b> 2.0 dev
</div>
Made with ♥ by <a href="http://www.kevinpapst.de">Kevin Papst</a>.
{{ 'footer.license'|trans }}
</footer>
<!-- Page rendered on {{ 'now'|localizeddate('long', 'long', null, 'UTC') }} -->
{% endblock %}
{% endblock %}