My Website
Hello, welcome to my website.
More information on the About page.
Use the Contact page to reach me.
Cars
{% for page in pages %}
{% if page.section == 'cars' %}
- {{ page.title }}
{% endif %}
{% endfor %}
Trucks
{% for page in pages %}
{% if page.section == 'trucks' %}
- {{ page.title }}
{% endif %}
{% endfor %}