From 748564be8a54f07761eea87c1bb84009e16a8593 Mon Sep 17 00:00:00 2001 From: Darin Dimitroff Date: Tue, 3 Jan 2017 11:46:35 +0200 Subject: WIP Signed-off-by: Darin Dimitroff --- site/layouts/partials/table-column.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 site/layouts/partials/table-column.html (limited to 'site/layouts/partials/table-column.html') diff --git a/site/layouts/partials/table-column.html b/site/layouts/partials/table-column.html new file mode 100644 index 0000000..f062e14 --- /dev/null +++ b/site/layouts/partials/table-column.html @@ -0,0 +1,27 @@ +
+ + +

{{.plan}}

+ + +

+ ${{.price}} +

+ + +

{{.description}}

+ + +
    +
  • +

    {{.item1}}

    +
  • +
  • +

    {{.item2}}

    +
  • +
  • +

    {{.item3}}

    +
  • +
+ +
-- cgit v1.3