Merge pull request #36606 from barredterra/web-hero

fix: move hero block inside content block
This commit is contained in:
Ejaaz Khan 2026-04-17 12:53:02 +05:30 committed by GitHub
commit 1280e3281d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 -->