oshipka/vm_gen/templates/html/list.html
2020-06-06 13:33:39 +02:00

8 lines
238 B
HTML

{% extends "layout.html" %}
{% block content %}
<h2>[[ name|pluralize ]]</h2>
<a href="{{ url_for('create_[[ name|camel_to_snake ]]') }}">Create</a>
<br>
{% include "[[ name|camel_to_snake ]]/_list.html" %}
{% endblock %}