{% extends "base.html.twig" %} {% set pageTitle = "projects"|trans|title %} {% set titleExtension = "projects_intro_title"|trans|title %} {% set tags = getProjectTags(app.request) %} {% set keywords = '' %} {% set index = 0 %} {% for tag in tags %} {% set keywords = keywords ~ tag %} {% if index + 1 != tags|length %} {% set keywords = keywords ~ ',' %} {% endif %} {% set index = index + 1 %} {% endfor %} {% block meta %} {% endblock %} {% block stylesheets %} {% endblock %} {% set tags = getProjectTags(app.request) %} {% block content %} {% include "components/_intro.html.twig" with {options: { title: "projects_intro_title"|trans|title, description: "projects_intro_description"|trans|capitalize, skip: ".projects", bg: false, projectSearch: true }} %}
{% include "components/_projects-content.html.twig" %}
{% endblock %}