bd
This commit is contained in:
8
views/main/index.html.twig
Executable file
8
views/main/index.html.twig
Executable file
@ -0,0 +1,8 @@
|
||||
{% extends "layouts/simple.html.twig" %}
|
||||
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{{ create_form() }}
|
||||
{{ content }}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user