{# Shared partial to include Bootstrap. Use with: {{ include('_bootstrap.html.twig', { part: 'css' }) }} in the {{ include('_bootstrap.html.twig', { part: 'js' }) }} before closing #} {% if part == 'css' %} {% elseif part == 'js' %} {% endif %}