{% extends '_types/root/_index.html' %}
{% block root_header_child %}
{% from '_types/root/_n/macros.html' import index_row with context %}
{% call index_row('post-header-child', '_types/post/header/_header.html') %}
{% call index_row('market-header-child', '_types/market/header/_header.html') %}
{% block market_header_child %}
{% endblock %}
{% endcall %}
{% endcall %}
{% endblock %}
{% block _main_mobile_menu %}
{% include '_types/market/mobile/_nav_panel.html' %}
{% endblock %}
{% block aside %}
{# No aside on landing page #}
{% endblock %}
{% block content %}
{% include "_types/market/_main_panel.html" %}
{% endblock %}