W/o website
athul athul8720@gmail.com
Sat, 11 Apr 2020 12:01:41 +0530
1 files changed,
11 insertions(+),
0 deletions(-)
jump to
A
layouts/_default/baseof.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html> +<html> + {{- partial "head.html" . -}} + <body> + {{- partial "header.html" . -}} + <div id="content"> + {{- block "main" . }}{{- end }} + </div> + {{- partial "footer.html" . -}} + </body> +</html>