shared-bulma-theme/layouts/help/header.html
2018-10-01 21:09:47 -04:00

16 lines
479 B
HTML

{{ if .IsPage }}
<section class="section" style="padding-bottom: 0px;">
<div class="container">
<a href="/help/">
<article class="message">
<div class="message-body">
<span class="icon">
<i class="fas fa-arrow-circle-left"></i>
</span>
Return to the previous page.
</div>
</article>
</a>
</div>
</section>
{{ end }}