Select the types of activity you want to include in your feed.
1{% extends "documentation_layout.html" %} 2 3{% block title %} 4{{ title }} - {{ project_name }} 5{% endblock %} 6 7{% block content %} 8{{ content|safe }} 9{% endblock %}