dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_hugo-coder
mirror of
https://github.com/luizdepra/hugo-coder.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Upgrade Hugo to v0.49.2 (#102)
Khosrow Moossavi
15.19.2018
24c0c2fcc1f54293425fc6cf83fcc36181012034
[external-software/github_gohugo_theme_hugo-coder.git]
/
layouts
/
partials
/
page.html
1
2
3
4
5
6
7
8
9
<section class="container page">
<article>
<header>
<h1>{{ .Title }}</h1>
</header>
{{ .Content }}
</article>
</section>