Refactor templates to be more structured
This commit is contained in:
8
templates/base/container.html.twig
Normal file
8
templates/base/container.html.twig
Normal file
@ -0,0 +1,8 @@
|
||||
{% extends 'base/base.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
{% block container %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user