20 lines
435 B
HTML
20 lines
435 B
HTML
{% 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 %}
|