{% extends "website/layout.html" %} {% block title %} {% if file.path == readme.file.path %} {{ config.title|d("DEFAULT_TITLE"|t, true) }} {% else %} {{ page.title }} ยท {{ super() }} {% endif %} {% endblock %} {% block description %}{{ page.description }}{% endblock %} {% block page %} {% if file.path == readme.file.path %} {% for part in summary.parts %}