mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
10 lines
No EOL
261 B
HTML
10 lines
No EOL
261 B
HTML
<template name="postVideo">
|
||
{{#with media}}
|
||
<div class="post-video-lightbox hidden">
|
||
<a class="post-video-lightbox-hide" href="#">×</a>
|
||
<div class="post-video-lightbox-inner">
|
||
{{{html}}}
|
||
</div>
|
||
</div>
|
||
{{/with}}
|
||
</template> |