oshipka/vm_gen/templates/html/create.html

6 lines
153 B
HTML
Raw Normal View History

2020-06-04 18:02:34 +02:00
{% extends "layout.html" %}
{% block content %}
2020-06-06 13:33:39 +02:00
<h2>Create [[ name ]]</h2>
2020-06-04 18:02:34 +02:00
{% include "[[ name|camel_to_snake ]]/_create.html" %}
{% endblock %}