mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-17 03:21:12 +00:00
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
<template name="data-title">
|
|
<head></head>
|
|
<body>
|
|
<div class="title-wrapper">
|
|
<handle move_target="#document">
|
|
<div class="icon" data-attr-icon="icon"></div>
|
|
<span class="title">{{ title }}</span>
|
|
</handle>
|
|
</div>
|
|
</body>
|
|
</template>
|