{% extends 'contents/_base.html' %} {% load i18n %} {% load static %} {% block title %}{% trans 'Portal' %}{% endblock title %} {% block body_class %}portal-page{% endblock body_class %} {% block content %}

{% trans 'Portal' %}

{% include '_includes/portal.html' %}
{% endblock content %}