+ <%= render 'footer' %>
+
+
diff --git a/layouts/articles.yaml b/layouts/articles.yaml
new file mode 100644
index 0000000..20670d5
--- /dev/null
+++ b/layouts/articles.yaml
@@ -0,0 +1,2 @@
+--- {}
+
diff --git a/lib/default.rb b/lib/default.rb
index df666ab..0d5ae7d 100644
--- a/lib/default.rb
+++ b/lib/default.rb
@@ -1,4 +1,7 @@
# All files in the 'lib' directory will be loaded
# before nanoc starts compiling.
+
+require 'json'
+
include Nanoc3::Helpers::Rendering
include Nanoc3::Helpers::Blogging
\ No newline at end of file