Files
phaten-audio/zh/material/templates/partials/top.html
2025-06-23 16:21:37 +08:00

9 lines
277 B
HTML

{#-
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>