previous_page_link.pug 146 B

123456
  1. include ./material_symbol
  2. mixin previous-page-link(href, text)
  3. a.previous-page-link(href=href)
  4. +material-symbol('arrow_left_alt')
  5. | #{text}