Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div style="border-bottom:2px solid #ddd;font-size:18px;padding-bottom:10px;margin-bottom:10px;">
- Relate Article
- </div>
- {% api %}
- <div style='text-align: justify;'>
- <ul>
- {% for index, item in api %}{% if index > 2 %}{% if index < 11 %}
- <li>
- <a href="{{ item.title | build_permalink_for 'first_word' }}" target="_blank">{{item.title | remove '...' | trim | strtolower | ucfirst }}</a><div>
- {{item.description | remove '...' | trim | strtolower | ucfirst }}.</div></li>
- {% endif %}{% endif %}
- {% endfor %}
- </ul>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement