mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
7 lines
No EOL
170 B
HTML
7 lines
No EOL
170 B
HTML
<template name="currentRelease">
|
|
{{#with currentRelease}}
|
|
<div class='current-release'>
|
|
{{#markdown}}{{notes}}{{/markdown}}
|
|
</div>
|
|
{{/with}}
|
|
</template> |