diff --git a/pinaxcon/templates/static_pages/attend/hotels.html b/pinaxcon/templates/static_pages/attend/hotels.html new file mode 100644 index 0000000000000000000000000000000000000000..5a6758397ac5797dfe4849144fb7dfddfcd1181f --- /dev/null +++ b/pinaxcon/templates/static_pages/attend/hotels.html @@ -0,0 +1,62 @@ +{% extends "page_with_title_and_lede.html" %} + +{% load i18n %} + +{% block head_title %}Where to Stay{% endblock %} + +{% block heading %}Where to Stay{% endblock %} + +{% block body_class %}attend{% endblock %} + +{% block lede %} + Lede +{% endblock %} + + +{% block content %} + +Content + + + +{% endblock %}