firstPHP/views/main/index.html.twig
2024-03-25 18:07:54 +03:00

8 lines
162 B
Twig
Executable File

{% extends "layouts/simple.html.twig" %}
{% block title %}{{ title }}{% endblock %}
{% block content %}
{{ create_form() }}
{{ content }}
{% endblock %}