shared-bulma-theme/layouts/help/header.html

16 lines
479 B
HTML
Raw Normal View History

{{ 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 }}