{% extends "base_with_header_and_right_sidebar.html"%} {%block PAGE_HEADER_TITLE%}All Articles{%endblock PAGE_HEADER_TITLE%} {%block PAGE_CONTENT%} {%for article in view_object.articles %}

{{article.title}}

{{ article.introduction|safe|truncatewords_html:50 }}

Read More
{%endfor%} {% load pagecontents_tags %} {%PageNavigation%} {%endblock PAGE_CONTENT%} {%block SIDEBAR %}
Search
{% base_categories_widget 3 %}
Side Widget
You can put anything you want inside of these side widgets. They are easy to use, and feature the new Bootstrap 4 card containers!
{%endblock SIDEBAR %} {%block BOTTOM_HTML %} {% if view_object.request.user.username == "admin" %} {% load pageadmin_tags %} {% PageAdmin %} {%endif%} {%endblock BOTTOM_HTML %}