2025-04-24 13:11:28 +08:00

5 lines
163 B
Plaintext

mixin previous-page-link(href, text)
a.previous-page-link(href=href)
i.material-symbols.material-symbols-rounded(aria-hidden="true") arrow_left_alt
| #{text}