NDOJ/templates/feed/has_next.html

4 lines
185 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 %}
2023-10-12 01:33:48 +00:00
<button class="view-next-page">{{_('View more')}}</button>
2023-04-26 08:38:34 +00:00
{% endif %}