Current section
Files
Jump to
Current section
Files
priv/templates/admin_widget_dashboard.tpl
<div class="widget {% block widget_class %}{% endblock %}">
<div class="widget-header">
{% block widget_headline %}{% endblock %}
</div>
<div class="widget-content widget-content-full">
{% block widget_content %}{% endblock %}
</div>
</div>