diff --git a/_jekyll/_includes/feature_row b/_jekyll/_includes/feature_row
new file mode 100644
index 000000000..09de8c494
--- /dev/null
+++ b/_jekyll/_includes/feature_row
@@ -0,0 +1,41 @@
+{% if include.id %}
+ {% assign feature_row = page[include.id] %}
+{% else %}
+ {% assign feature_row = page.feature_row %}
+{% endif %}
+
+