oshipka/vm_gen/templates/html/list.html
2020-07-08 14:38:55 +02:00

8 lines
260 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 %}