NDOJ/templates/feed/has_next.html

4 lines
201 B
HTML
Raw Normal View History

2023-04-26 08:38:34 +00:00
<div class="has_next" style="display: none;" value="{{1 if has_next_page else 0}}"></div>
{% if has_next_page %}
<button class="view-next-page btn-green small">{{_('View more')}}</button>
{% endif %}