Merge pull request #27 from VladImpaler64/seccion_juegos
[salamandradevs.site/.git] / themes / droda / layouts / games / single.html
diff --git a/themes/droda/layouts/games/single.html b/themes/droda/layouts/games/single.html
new file mode 100644 (file)
index 0000000..71c6f75
--- /dev/null
@@ -0,0 +1,7 @@
+{{ define "main" }}
+{{ "<!-- Layout para el acerca de ... -->" | safeHTML }}
+<main>
+  <h2>{{ .Title }}</h2>
+       <iframe src="{{ .Params.iframe }}" frameborder="1"></iframe>
+</main>
+{{ end }}
\ No newline at end of file