oshipka/vm_gen/templates/html/table.html

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 %}