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