{% extends 'base.html.twig' %} {% block body %} {% include 'astro-navigation.html.twig' %}
    {% set chapLink = 'chapter-' %} {% if chapters %} {% for chapter in chapters %}
  • {% endfor %} {% endif %}
 

Please select a content page.

 

No content selected.

{% if startup_concept is defined %} {% endif %} {% include 'footer.html.twig' %} {% endblock %}