{% import "macros/macros.html" as post_macros %} {% if current_path == "/" %} {{ config.title }} {% else %} {% if page.title %} {{ page.title }} {% else %} {{config.title}} {% endif %} {% endif %}