{% extends "venue/base.html" %}
{% load boxes_tags %}
{% block head_title %}Directions to the Venue{% endblock %}
{% block extra_class %}directions{% endblock %}
{% block page_title %}Directions to the Venue{% endblock %}
{% block body %}
{% box "directions" %}
{% endblock %}