This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
ApisNecros
/
hugo-theme
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
325efa7ac9
Větve
Značky
master
hugo-theme
/
layouts
/
shortcodes
/
inDetails.html
inDetails.html
123 B
Historie
Surový
1
2
3
4
5
6
<div>
<details>
<summary>{{ .Get "title" }}</summary>
{{ .Inner | markdownify -}}
</details>
</div>