oshipka/vm_gen/templates/html/table.html
Daniel Tsvetkov a567739eaf m_n
2020-06-07 20:29:51 +02:00

8 lines
239 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 ]]/_table.html" %}
{% endblock %}