bd 2.0
This commit is contained in:
8
views/form/result.html.twig
Normal file
8
views/form/result.html.twig
Normal file
@ -0,0 +1,8 @@
|
||||
{% extends "layouts/simple.html.twig" %}
|
||||
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="display-4">{{ title }}</h1>
|
||||
{{ create_table() }}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user