1 2 3 4 5 6 7 8 9
{% extends "!layout.html" %} {% block footer %} {{ super() }} <style> .wy-nav-content { max-width: none; } </style> {% endblock %}