{# Minimal starting-point template — no theme styling. For a styled site, set `theme = "default"` (or any built-in theme) in config.toml and remove this templates/ directory so the theme renders the site instead. #} {% block title %}{{ config.title }}{% endblock %} {% if config.generate_feed %}{% endif %}
{% block content %}{% endblock %}