Cours/venv/lib/python3.12/site-packages/material/templates/partials/top.html

9 lines
277 B
HTML
Raw Normal View History

2024-09-02 16:55:06 +00:00
{#-
This file was automatically generated - do not edit
-#}
<button type="button" class="md-top md-icon" data-md-component="top" hidden>
{% set icon = config.theme.icon.top or "material/arrow-up" %}
{% include ".icons/" ~ icon ~ ".svg" %}
{{ lang.t("top") }}
</button>