summaryrefslogtreecommitdiff
path: root/project/templates/about/venue.html
blob: 2479de91be29500ba7f0cb9a5b2921332ce0fa7a (plain)
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}
{% block content %}
<h1>Venue</h1>
<div class="entry">
<p>The conference is being held at the Park Center, Technopark in Trivandrum,
keeping in mind accessibility, the number of attendees and the location,
among other aspects to be considered.</p>
</div>
{% endblock content %}