Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 278 Bytes

templates.md

File metadata and controls

14 lines (13 loc) · 278 Bytes
layout title permalink
learning_center
Templates
/templates/
    {% for page in site.categories.templates reversed %}
  • {{ page.title }}

    {{ page.description }}

  • {% endfor %}