{% extends 'html/base.html' %}
{% block styles %}
{{ super() }}
{% endblock %}
{% block body %}
{% include "html/header/default.html" %}
{% include "html/hero/travel-trips.html" %}
{% include "html/listings/travel-trips.html" %}
{% include "html/footer/default.html" %}
{% endblock %}
{% block javascripts %}
{{ super() }}
{% endblock %}