From 306cf16c7635ec23c158b59f7012bf1d491ec959 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Mon, 2 Jul 2018 16:26:15 -0400 Subject: [PATCH] Added example page template for new style --- page.html.erb | 147 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 page.html.erb diff --git a/page.html.erb b/page.html.erb new file mode 100644 index 0000000..675d912 --- /dev/null +++ b/page.html.erb @@ -0,0 +1,147 @@ + + + + + Simplicity is the ultimate sophistication + + + + + +
+ + mdlowis + Simplicity is the ultimate sophistication +
+ + + +
+ + +
+ <%= @markdown %> +
+
+ + +
-- 2.52.0