mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-01 03:21:41 +00:00
13 lines
445 B
HTML
13 lines
445 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<blockquote style="border-left-color: orange;">
|
||
|
<big>⚠️ WARNING ⚠️</big>
|
||
|
<p>
|
||
|
This documentation in in development.
|
||
|
Its possible that several pages are in need of being added. Refer to <a href="https://universal-blue.discourse.group/docs?topic=561">Stable Bazzite Documentation</a>.
|
||
|
</p>
|
||
|
</blockquote>
|
||
|
{{ super() }}
|
||
|
{% endblock %}
|