File diff 38db5039d908 → b3044cbeda3f
conservancy/podjango/templates/podjango/feeds.html
Show inline comments
 
{% extends "base_standard.html" %}
 

	
 
{% block subtitle %}News Feeds - {% endblock %}
 

	
 
{% block content %}
 

	
 
<h1>Feeds Available at faif.us</h1>
 
<h1>Feeds Available</h1>
 

	
 
<p>All feeds are RSS 2.0.</p>
 

	
 
<ul>
 
{% for feed in feeds %}
 
<li><a href="{{ feed.get_absolute_url }}">{{ feed.title }}</a> &mdash;