first commit
This commit is contained in:
29
layouts/partials/osteopathie.html
Normal file
29
layouts/partials/osteopathie.html
Normal file
@@ -0,0 +1,29 @@
|
||||
{{ with .Site.Data.osteopathie}}
|
||||
{{ if .enable}}
|
||||
<section class="service" id="osteopathie">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="section-title">
|
||||
<h2> {{.title }} </h2>
|
||||
<p>
|
||||
{{.subtitle}}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{{ range .services}}
|
||||
<div class="col-lg-4 col-md-6">
|
||||
<div class="service-item">
|
||||
<i class="{{ .icon }}" aria-hidden="true"></i>
|
||||
<h3>{{ .name }}</h3>
|
||||
<p>
|
||||
{{.description }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{{end}}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{end}}
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user