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