{% if not ajax %} {% extends "base.html" %} {% endif %} {% from "macros.jinja" import window_vars with context %} {% block scripts %} {{ window_vars(user) }}{% endblock %} {% block page %}
{% include "node/_tab_dashboard.html" %} {% include "node/_tab_channels.html" %} {% include "node/_tab_transactions.html" %}
{% endblock %}