mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
8 lines
No EOL
219 B
HTML
8 lines
No EOL
219 B
HTML
<template name="updateBanner">
|
||
{{#if showBanner}}
|
||
<div class="update-banner grid-module grid">
|
||
<p>Update to version 1.3.5!</p>
|
||
<a href="#" class="banner-dismiss">×</a>
|
||
</div>
|
||
{{/if}}
|
||
</template> |