6.26 Read More View in a new window
Example
This is the first paragraph.
- This
- Is
- An
- Unordered
- List
This is the second paragraph.
This is the third paragraph.
Markup
<div class="js-read-more read-more">
{% block content %}
<p>This is the first paragraph.</p>
<ul>
<li>This</li>
<li>Is</li>
<li>An</li>
<li>Unordered</li>
<li>List</li>
</ul>
<p>This is the second paragraph.</p>
<p>This is the third paragraph.</p>
{% endblock %}
</div>