We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab5b33 commit fa7f2dfCopy full SHA for fa7f2df
1 file changed
themes/eventre-hugo/layouts/_default/travel-onsite-info.html
@@ -0,0 +1,20 @@
1
+{{ define "main" }}
2
+<section class="section travel-onsite-info">
3
+ <div class="container">
4
+ <div class="row">
5
+ <div class="col-12">
6
+ <div class="section-title">
7
+ <p>{{ .Params.description | markdownify }}</p>
8
+ </div>
9
10
11
+
12
+ <!-- Main content (Markdown content) -->
13
14
15
+ {{ .Content }}
16
17
18
19
+</section>
20
+{{ end }}
0 commit comments