Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main.html « partials « layouts - github.com/hdcdstr8fwd/foundation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a5aefaa73e4e71deff8edecc309c9cec507db4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ "<!-- BEGIN MAIN CONTENT -->" | safeHTML }}
<section class="main-content">
	<div class="wrapper row">
		<div class="small-12 medium-6 column content-one">
			<h1>{{ .Site.Params.main.contentOneTitle }}</h1>
			<p>{{ .Site.Params.main.contentOneBody | markdownify }}</p>
		</div>
		<div class="small-12 medium-6 column content-two">
			<h1>{{ .Site.Params.main.contentTwoTitle }}</h1>
			<p>{{ .Site.Params.main.contentTwoBody | markdownify }}</p>
		</div>
	</div>
</section> {{ "<!-- END MAIN CONTENT -->" | safeHTML }}