{% extends "base.html" %} {% block content %}
{% if section and section.content %} {{ section.content | safe }} {% elif page and page.content %} {{ page.content | safe }} {% else %}

This is a starter template for your Zola site with Tailwind CSS.

Edit the content in content/_index.md to customize this page.

{% endif %}
{% if section and section.pages %} {% endif %} {% endblock %}