@@ -0,0 +1,12 @@
+<?php
+/**
+ * Full width image with aside caption.
+ *
+ * @package Skatepark
+ */
+
+return array(
+ 'title' => __( 'Full width image with aside caption', 'skatepark' ),
+ 'categories' => array( 'skatepark' ),
+ 'content' => '',
+);