8 lines
193 B
HTML
8 lines
193 B
HTML
{% extends 'cabinet/_internal_base.html' %}
|
|
|
|
{% block content %}
|
|
<div class="alert alert-default">
|
|
Nothing here (yet)! Please select section from sidebar.
|
|
</div>
|
|
{% endblock %}
|