8 lines
162 B
Twig
Executable File
8 lines
162 B
Twig
Executable File
{% extends "layouts/simple.html.twig" %}
|
|
|
|
{% block title %}{{ title }}{% endblock %}
|
|
|
|
{% block content %}
|
|
{{ create_form() }}
|
|
{{ content }}
|
|
{% endblock %} |