Merge pull request #36606 from barredterra/web-hero
fix: move hero block inside content block
This commit is contained in:
commit
1280e3281d
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
{% extends base_template_path %}
|
||||
{% block hero %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% block hero %}{% endblock %}
|
||||
|
||||
{% macro main_content() %}
|
||||
<div class="page-content-wrapper">
|
||||
<!-- breadcrumbs -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue