{% extends "wedding/blocks/base.html" %} {% load easy_maps_tags %} {% load static %} {% block title %} {{gride.first_initial}}❤{{broom.first_initial}} {% endblock %} {% block style %} .main_jumbotron { background-image: url({% static landing_image %}); background-size: cover; background-position: top; /* Centers - top to avoid head chop-off */ height: 100vh; margin-bottom:-50px; } {% endblock %} {% block content %}

{{ gride.first_name }} {{ gride.last_name }}

{{ broom.first_name }} {{ broom.last_name }}

{{ ceremony.date|date:"m "}} · {{ ceremony.date|date:"d" }} · {{ ceremony.date|date:"y" }}
{{ ceremony.location.name }} - {{ ceremony.location.city }} - {{ ceremony.location.state }}

{% endblock %}