Files
2026-06-10 16:12:51 +02:00

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>