firstPHP/views/form/result.html.twig

11 lines
220 B
Twig
Raw Normal View History

2024-04-02 18:00:13 +03:00
{% extends "layouts/simple.html.twig" %}
{% block title %}{{ title }}{% endblock %}
{% block content %}
<h1 class="display-4">{{ title }}</h1>
2024-04-03 18:25:38 +03:00
2024-04-02 18:00:13 +03:00
{{ create_table() }}
2024-04-03 18:25:38 +03:00
{{ create_pagination() }}
2024-04-04 17:47:39 +03:00
2024-04-02 18:00:13 +03:00
{% endblock %}