15 lines
376 B
HTML
15 lines
376 B
HTML
{{ define "main" }}
|
|
<div class="content">
|
|
{{ .Content }}
|
|
</div>
|
|
<div class="page-actions">
|
|
<a class="page-link" href="{{ `/docs/` | relLangURL }}">
|
|
Read the guide <span class="material-symbols-outlined">arrow_forward</span>
|
|
</a>
|
|
<hr class="rule">
|
|
</div>
|
|
<div class="footer-note page-footer">
|
|
{{ site.Params.homeFooter }}
|
|
</div>
|
|
{{ end }}
|