mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-01-19 03:27:23 +08:00
14 lines
329 B
Twig
Executable File
14 lines
329 B
Twig
Executable File
{% extends 'skinlib.base' %}
|
|
|
|
{% block title %}{{ trans('general.skinlib') }}{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="content-wrapper"></div>
|
|
{% endblock %}
|
|
|
|
{% block before_foot %}
|
|
<script id="blessing-extra" type="application/json">
|
|
{{ {currentUid: auth_user().uid}|json_encode|raw }}
|
|
</script>
|
|
{% endblock %}
|