diff --git a/pinaxcon/templates/static_pages/attend/food.html b/pinaxcon/templates/static_pages/attend/food.html new file mode 100644 index 0000000000000000000000000000000000000000..d7804e9997a7c3b6d156aa572a2a0f34a3f2cb08 --- /dev/null +++ b/pinaxcon/templates/static_pages/attend/food.html @@ -0,0 +1,20 @@ +{% extends "page_with_title_and_lede.html" %} + +{% load i18n %} + +{% block head_title %}Finding Food{% endblock %} + +{% block heading %}Finding Food{% endblock %} + +{% block body_class %}attend{% endblock %} + +{% block lede %} + +{% endblock %} + + +{% block content %} + +Finding Food is easy in Petaluma, especially with this guide to local restaurants and markets with details about price, distance, and dietary restrictions. + +{% endblock %}