Skip to content

Commit

Permalink
1145: Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yepzdk committed Apr 10, 2024
1 parent 2e85552 commit ced590f
Showing 1 changed file with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,30 @@
*/
#}

{# Header #}
{% include directory ~ '/templates/components/header-v2.html.twig' with {'image': content.field_project_image, 'title': node.label, 'description': content.field_short_description} %}
{# Header #}
{% include directory ~ '/templates/components/header-v2.html.twig' with {'image': content.field_project_image, 'title': node.label, 'description': content.field_short_description} %}

{# Main container #}
<div class="container content__container">
<div class="row">
<div class="col-md-8">
{{ content|without('field_project_image', 'field_short_description', 'field_aside_block', 'field_content_sections', 'published_at') }}
</div>
<div class="offset-md-1 col-md-3">
{{ content.field_aside_block }}
</div>
{# Main container #}
<div class="container content__container">
<div class="row">
<div class="col-md-8">
{{ content|without('field_project_image', 'field_short_description', 'field_aside_block', 'field_content_sections', 'published_at') }}
</div>
</div>
<div class="sections">
{{ content.field_content_sections }}
</div>
<div class="container">
<div class="row text-muted">
{{ content.published_at }}
<div class="offset-md-1 col-md-3">
{{ content.field_aside_block }}
</div>
</div>
</div>
<div class="sections">
{{ content.field_content_sections }}
</div>
<div class="container">
<div class="row text-muted">
{{ content.published_at }}
</div>
</div>

{# Newsletter signup #}
{% if node_newsletter %}
{% include '@hoeringsportal/newsletter-bottom-link.html.twig' %}
{% endif %}
{# Newsletter signup #}
{% if node_newsletter %}
{% include '@hoeringsportal/newsletter-bottom-link.html.twig' %}
{% endif %}

0 comments on commit ced590f

Please sign in to comment.