{% extends "base.html" %}
{% block announce %}
{{ super() }}
{% if config.theme.language == "zh" %}
欢迎来到 maliang 的官网,希望本站能对您有一定的帮助!如果您觉得很有帮助,可以赞助我们❤️!
{% else %}
Welcome to the official website of maliang, I hope this website can be of some help to you! If you find it helpful, you can SPONSOR US❤️!
{% endif %}
{% endblock %}
{% block content %}
{% if config.theme.language == "zh" %}
{% include ".icons/material/file-download.svg" %}
{% else %}
{% include ".icons/material/file-download.svg" %}
{% endif %}
{{ super() }}
{% endblock %}