telegram_bots/cabinet/templates/cabinet/index.html

8 lines
193 B
HTML
Raw Normal View History

2019-01-11 19:16:01 +00:00
{% extends 'cabinet/_internal_base.html' %}
{% block content %}
<div class="alert alert-default">
Nothing here (yet)! Please select section from sidebar.
</div>
{% endblock %}