{% macro dprShowMore(text, length) %}
  <div class="dpr-show-more" data-content="{{ text }}" data-length="{{ length }}" data-dpr-module="show-more">
    <p><span class='dpr-show-more-content'>{{ text }}</span><a class="dpr-show-hide-button" href="#">Show more</a></p>
  </div>
{% endmacro %}
