{% set options = { bg: true, breadcrumb: true, titleRaw: false, description: false, descriptionRaw: false, skip: false, img: true, watchButton: true, linkButton: false, linkButtonText: "", linkSection: false, isBlogDetail: false, projectSearch: false, blogSearch: false, referenceSearch: false }|merge(options) %}
{% if options.bg %}
{% endif %}
{% if (options.breadcrumb ) and ((inner is not defined or inner)) %} {% include "components/_breadcrumb.html.twig" %} {% endif %} {% if not options.titleRaw %}

{{ options.title }}

{% else %} {{ options.title|raw }} {% endif %} {% if options.description %} {% if not options.descriptionRaw %} {{ options.description }} {% else %} {{ options.description|raw }} {% endif %} {% endif %}
{% if options.skip %} {% endif %} {% if options.linkSection %}{{options.linkSection|raw}}{% endif %} {% if options.isBlogDetail %}
{% for tagId in options.blogTags['content'] %} {% set tag = getBlogTag(tagId, app.request) %}
{{tag}}
{% endfor %}
{% if blog.createdAt is defined %} {% set date = blog.createdAt|date("d F Y")|split(' ') %} {% set date = date[0] ~ " " ~ date[1]|lower|trans ~ " " ~ date[2] %}
{{date}}
{% endif %}
{% endif %}
{% if options.img %}
{% if options.projectSearch %}{% include 'components/_project-search.html.twig' %}{% endif %} {% if options.blogSearch %}{% include 'components/_blog-search.html.twig' %}{% endif %}
{% endif %} {% if options.referenceSearch %}{% include 'components/_reference-search.html.twig' %}{% endif %}