New heightmap, new templates, new parameters feature.
This commit is contained in:
parent
6618fded9d
commit
05e9daf662
4 changed files with 99 additions and 0 deletions
6
resources/templates/trusted-content.html
Normal file
6
resources/templates/trusted-content.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{% extends "templates/base.html" %}
|
||||
{% block content %}
|
||||
<div>
|
||||
{{content|safe}}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue