oshipka/vm_gen/templates/html/list.html

8 lines
238 B
HTML
Raw Normal View History

2020-06-03 16:00:51 +02:00
{% extends "layout.html" %}
{% block content %}
2020-06-06 13:33:39 +02:00
<h2>[[ name|pluralize ]]</h2>
<a href="{{ url_for('create_[[ name|camel_to_snake ]]') }}">Create</a>
<br>
2020-06-03 16:00:51 +02:00
{% include "[[ name|camel_to_snake ]]/_list.html" %}
{% endblock %}