Pages with the {{ tag }} tag
    {% for entry in site.pages %} {% if entry.tags contains tag %}
  • {{ entry.title }}
  • {% endif %} {% endfor %}