{% extends "base.html" %}
{% block announce %}
<div class="md-banner">
🚨 <strong>DEVELOPMENT WARNING</strong>: rustycord is in heavy development and NOT ready for production use.
APIs change frequently and features are incomplete.
<a href="https://github.com/iamdhakrey/rustycord">Check GitHub for latest status</a>.
</div>
{% endblock %}