NDOJ/templates/feed/has_next.html
2023-10-11 20:33:48 -05:00

4 lines
No EOL
185 B
HTML

<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">{{_('View more')}}</button>
{% endif %}