{% extends 'layout.html' %}
{% import 'widgets/news.html' as news %}
{% import 'widgets/chart.html' as chart %}
{% import 'widgets/shortcuts.html' as shortcuts %}
{% block left %}
{{ shortcuts.render("s") }}
{{ news.render("s") }}
{% endblock %}
{% block right %}
{{ chart.render("s") }}
{% endblock %}