{% extends 'base.html' %} {% block angular-app %} ng-app='pjfeedreader' {% endblock angular-app %} {% block base_href %} {% endblock base_href %} {% block extra_head %} {% include 'feeds_stylesheets.html' %} {% endblock extra_head %} {% block title%} Feeds {% endblock title %} {% block content %}
{% endblock content %} {% block extra_scripts %} {% include 'feeds_javascripts.html' %} {% endblock extra_scripts %}