firstPHP/views/form/result.html.twig
2024-04-04 17:47:39 +03:00

11 lines
220 B
Twig

{% extends "layouts/simple.html.twig" %}
{% block title %}{{ title }}{% endblock %}
{% block content %}
<h1 class="display-4">{{ title }}</h1>
{{ create_table() }}
{{ create_pagination() }}
{% endblock %}