mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-01-19 03:27:23 +08:00
8 lines
159 B
Twig
Executable File
8 lines
159 B
Twig
Executable File
{% extends 'admin.base' %}
|
|
|
|
{% block title %}{{ trans('general.dashboard') }}{% endblock %}
|
|
|
|
{% block content %}
|
|
{{ include('shared.grid') }}
|
|
{% endblock %}
|