{% extends layout_path %} {% load static %} {% load i18n %} {% block title %}Fluid - Layouts{% endblock %} {% block content %}
{% if menu_horizontal %} Layout fluid {% else %} Layout fluid {% endif %}

Layout fluid

Fluid layout sets a 100% width at each responsive breakpoint.

{% endblock %}