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

github.com/themefisher/vex-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/terms-conditions/list.html')
-rw-r--r--layouts/terms-conditions/list.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layouts/terms-conditions/list.html b/layouts/terms-conditions/list.html
new file mode 100644
index 0000000..c0ba40f
--- /dev/null
+++ b/layouts/terms-conditions/list.html
@@ -0,0 +1,18 @@
+{{ define "main" }}
+
+<section class="section">
+ <div class="container">
+ <div class="row justify-content-center">
+ <div class="col-lg-10 text-center mb-5">
+ <h1 class="font-weight-bold">{{.Title}}</h1>
+ </div>
+ <div class="col-lg-10 mb-5">
+ <div class="content">
+ {{.Content}}
+ </div>
+ </div>
+ </div>
+ </div>
+</section>
+
+{{ end }} \ No newline at end of file