{% extends "_default/base.html" %} {% block content %}
{% set page = get_page(path="technology/index.md") %} {{page.content | safe}}
{% include "partials/technology1.html" %} {% include "partials/technology2.html" %} {% include "partials/technology3.html" %} {% include "partials/technology4.html" %} {% endblock content %}