New heightmap, new templates, new parameters feature.

This commit is contained in:
Simon Brooke 2014-07-22 10:11:57 +01:00
parent 6618fded9d
commit 05e9daf662
4 changed files with 99 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{% extends "templates/base.html" %}
{% block content %}
<div>
{{content|safe}}
</div>
{% endblock %}