Upload files to "templates"
This commit is contained in:
10
templates/persistence_submenu.html
Normal file
10
templates/persistence_submenu.html
Normal file
@ -0,0 +1,10 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h1>{{ menu.title }}</h1>
|
||||
<p>{{ menu.description }}</p>
|
||||
<ul>
|
||||
{% for method in menu.methods %}
|
||||
<li><a href="{{ method.url }}">{{ method.name }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user