website/templates/travel.html.tera

6 lines
85 B
Plaintext

{% extends "nav" %}
{% block content %}
<h2>Travel</h2>
<hr>
{%- endblock %}