forked from gergely/calendar-social
6 lines
146 B
HTML
6 lines
146 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
<p>Welcome to Calendar.social. There will be lot of content here soon!</p>
|
|
{% endblock content %}
|