diff --git a/docs/themes/navy/layout/index.swig b/docs/themes/navy/layout/index.swig
index 32ae94a99..766ee16e1 100644
--- a/docs/themes/navy/layout/index.swig
+++ b/docs/themes/navy/layout/index.swig
@@ -29,8 +29,8 @@
import { Liquid } from 'liquidjs'
const engine = new Liquid()
const tpl = engine.parse('Welcome to {{v}}!')
- const engine.render(tpl, {v: "Liquid"}).then(console.log)
-
+ engine.render(tpl, {v: "Liquid"}).then(console.log)
+