This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
ApisNecros
/
hugo-theme
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
0a7098ce6d
Branches
Tags
master
hugo-theme
/
layouts
/
shortcodes
/
inConsole.html
inConsole.html
95 B
Histórico
Raw
1
2
3
4
<
div
class
=
"console"
>
<
p
>
~$ {{ .Get "command" }}
</
p
>
{{ .Inner | markdownify }}
</
div
>