This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
ApisNecros
/
hugo-theme
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
ec0406356f
Rami (Branch)
Tag
master
hugo-theme
/
layouts
/
shortcodes
/
inDetails.html
inDetails.html
123 B
Cronologia
Originale
1
2
3
4
5
6
<div>
<details>
<summary>{{ .Get "title" }}</summary>
{{ .Inner | markdownify -}}
</details>
</div>