Sha256: bbd1ee2a1a3a3ed97f3f58dd571ef380477b40d5277034177e0b337134ade694
Contents?: true
Size: 269 Bytes
Versions: 9
Compression:
Stored size: 269 Bytes
Contents
{% for post in posts %} <h1> <a href="{{ post.link }}"> {{ post.title }} </a> </h1> {{ post.get_preview }} {% endfor %} {% if not posts %} <p> No posts found </p> {% endif %} {% include "partials/_pagination.twig" %}
Version data entries
9 entries across 9 versions & 1 rubygems