Skip to content

Instantly share code, notes, and snippets.

@iamkevingreen
Last active September 23, 2016 18:41
Show Gist options
  • Save iamkevingreen/d00f643a7a34e70e3230e7f0c9973877 to your computer and use it in GitHub Desktop.
Save iamkevingreen/d00f643a7a34e70e3230e7f0c9973877 to your computer and use it in GitHub Desktop.
<div class="news">
<section class="news--module">
<div class="news--grid js-c-grid">
{% for post in posts %}
{% include ['tease-news.twig', 'tease.twig'] %}
{% endfor %}
</div>
</section>
<div class="news--more">
{% if pagination.next %}
<a class="btn btn--black js-load-more">Load More</a>
{% endif %}
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment