Select the types of activity you want to include in your feed.
1{% extends "base.html" %} 2{% block content %} 3 <article class="prose"> 4 {{ section.content | safe }} 5 </article> 6{% endblock content %}