mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-14 15:52:18 -06:00
5 lines
111 B
HTML
5 lines
111 B
HTML
<div class="card">
|
|
<h2 class="card-header">{{ title }}</h2>
|
|
{% block panel_content %}{% endblock %}
|
|
</div>
|