change render feature news place
This commit is contained in:
@@ -62,22 +62,6 @@
|
|||||||
<meta name="twitter:image" content="{{ meta_image }}" />
|
<meta name="twitter:image" content="{{ meta_image }}" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
|
||||||
<!-- We've used 3xl here, but feel free to try other max-widths based on your needs -->
|
|
||||||
<div class="mx-auto max-w-7xl">
|
|
||||||
<!-- Content goes here -->
|
|
||||||
{{
|
|
||||||
render(
|
|
||||||
controller(
|
|
||||||
'App\\Controller\\RenderFeatureController::news',
|
|
||||||
{
|
|
||||||
isCarousel: true
|
|
||||||
}
|
|
||||||
)
|
|
||||||
)
|
|
||||||
}}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="bg-white py-6 sm:py-8">
|
<div class="bg-white py-6 sm:py-8">
|
||||||
<div class="mx-auto max-w-7xl px-6 lg:px-8">
|
<div class="mx-auto max-w-7xl px-6 lg:px-8">
|
||||||
<div class="mx-auto max-w-2xl lg:mx-0">
|
<div class="mx-auto max-w-2xl lg:mx-0">
|
||||||
@@ -103,4 +87,21 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
||||||
|
<!-- We've used 3xl here, but feel free to try other max-widths based on your needs -->
|
||||||
|
<div class="mx-auto max-w-7xl">
|
||||||
|
<!-- Content goes here -->
|
||||||
|
{{
|
||||||
|
render(
|
||||||
|
controller(
|
||||||
|
'App\\Controller\\RenderFeatureController::news',
|
||||||
|
{
|
||||||
|
isCarousel: true
|
||||||
|
}
|
||||||
|
)
|
||||||
|
)
|
||||||
|
}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user