1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00
fastocloud_admin/app/templates/layouts/layout_home.html
2020-02-08 22:27:17 -05:00

7 lines
No EOL
178 B
HTML

{% extends 'layouts/layout.html' %}
{% from 'bootstrap/wtf.html' import form_field %}
{% import "bootstrap/utils.html" as util %}
{% block styles %}
{{ super() }}
{% endblock %}