blob: 51a4fc56c161c0553f494063028b801daea530a2 (
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 proposed to be held at the Technopark in Trivandrum, keeping
in mind accessibility, the number of attendees and the location, among other
aspects to be considered.</p>
</div>
{% endblock content %}
|