scrapple/templates/index.html

13 lines
558 B
HTML
Raw Normal View History

2021-05-22 18:29:40 +00:00
{% extends "base.html" %}
{% block base %}
<div class="card fluid">
2022-12-07 06:11:21 +00:00
<h1 class="section">Chicago Parks</h1>
2021-05-22 18:29:40 +00:00
<div class="section">
<p>
2022-12-07 06:11:21 +00:00
One of America's best-kept secrets is Chicago's historic park system. Even Chicagoans who routinely enjoy its diverse open spaces- from the magnificent lakeshore parks to intimate neighborhood settings- may be surprised about their parkland legacy. We invite you to learn more about the history of Chicago parks, which are second to none in America and abroad.
2021-05-22 18:29:40 +00:00
</p>
</div>
</div>
{% endblock %}