Loading templates/press.html +2 −0 Original line number Diff line number Diff line Loading @@ -49,7 +49,9 @@ <tbody> {% from "macros/pagination.html" import render_pagination %} {% from "macros/press.html" import render_snippet %} {% if this.pagination.pages > 1 %} {{ render_pagination(this.pagination) }} {% endif %} {% for item in this.pagination.items %} {{ render_snippet(item, this.alt) }} {% endfor %} Loading Loading
templates/press.html +2 −0 Original line number Diff line number Diff line Loading @@ -49,7 +49,9 @@ <tbody> {% from "macros/pagination.html" import render_pagination %} {% from "macros/press.html" import render_snippet %} {% if this.pagination.pages > 1 %} {{ render_pagination(this.pagination) }} {% endif %} {% for item in this.pagination.items %} {{ render_snippet(item, this.alt) }} {% endfor %} Loading