{$post->post_text}
diff --git a/webapp/plugins/insightsgenerator/view/ageanalysis.tpl b/webapp/plugins/insightsgenerator/view/ageanalysis.tpl
new file mode 100644
index 0000000000..d6bf55ae32
--- /dev/null
+++ b/webapp/plugins/insightsgenerator/view/ageanalysis.tpl
@@ -0,0 +1,69 @@
+{include file=$tpl_path|cat:'_header.tpl'}
+
+{if !$expand}
+
+{/if}
+
+
{$i->headline}
+
+
+{$i->text|link_usernames_to_twitter}
+
+
+ {include file=$tpl_path|cat:"_post.tpl" post=$i->related_data[0] hide_insight_header=true}
+
+
+{if !$expand}
+
+{/if}
+
+
+
+
+{if !$expand}
+
+{/if}
+
+{include file=$tpl_path|cat:'_footer.tpl'}
\ No newline at end of file
diff --git a/webapp/plugins/insightsgenerator/view/genderanalysis.tpl b/webapp/plugins/insightsgenerator/view/genderanalysis.tpl
new file mode 100644
index 0000000000..ef2429c8e0
--- /dev/null
+++ b/webapp/plugins/insightsgenerator/view/genderanalysis.tpl
@@ -0,0 +1,57 @@
+{include file=$tpl_path|cat:'_header.tpl'}
+
+{if !$expand}
+
+{/if}
+
+
{$i->headline}
+
+
+{$i->text|link_usernames_to_twitter}
+
+
+ {include file=$tpl_path|cat:"_post.tpl" post=$i->related_data[0] hide_insight_header=true}
+
+
+{if !$expand}
+
+{/if}
+
+
+
+
+{if !$expand}
+
+{/if}
+
+{include file=$tpl_path|cat:'_footer.tpl'}
diff --git a/webapp/plugins/insightsgenerator/view/geoanalysisfacebook.tpl b/webapp/plugins/insightsgenerator/view/geoanalysisfacebook.tpl
new file mode 100644
index 0000000000..e09b8a0190
--- /dev/null
+++ b/webapp/plugins/insightsgenerator/view/geoanalysisfacebook.tpl
@@ -0,0 +1,55 @@
+{include file=$tpl_path|cat:'_header.tpl'}
+
+{if !$expand}
+
+{/if}
+
+
{$i->headline}
+
+
+{$i->text|link_usernames_to_twitter}
+
+{if !$expand}
+
+{/if}
+
+
+
+
+
+{if !$expand}
+
+{/if}
+
+{include file=$tpl_path|cat:'_footer.tpl'}
\ No newline at end of file
diff --git a/webapp/plugins/insightsgenerator/view/geoanalysistwitter.tpl b/webapp/plugins/insightsgenerator/view/geoanalysistwitter.tpl
new file mode 100644
index 0000000000..649e2ac1c7
--- /dev/null
+++ b/webapp/plugins/insightsgenerator/view/geoanalysistwitter.tpl
@@ -0,0 +1,56 @@
+{include file=$tpl_path|cat:'_header.tpl'}
+
+{if !$expand}
+
+{/if}
+
+
{$i->headline}
+
+
+{$i->text|link_usernames_to_twitter}
+
+{if !$expand}
+
+{/if}
+
+
+
+
+
+{if !$expand}
+
+{/if}
+
+{include file=$tpl_path|cat:'_footer.tpl'}
\ No newline at end of file
diff --git a/webapp/plugins/insightsgenerator/view/topofpostsfacebook.tpl b/webapp/plugins/insightsgenerator/view/topofpostsfacebook.tpl
new file mode 100644
index 0000000000..c4d300b4ae
--- /dev/null
+++ b/webapp/plugins/insightsgenerator/view/topofpostsfacebook.tpl
@@ -0,0 +1,7 @@
+{include file=$tpl_path|cat:'_header.tpl'}
+
+
+ {include file=$tpl_path|cat:"_posts.tpl" icon="trophy"}
+
+
+{include file=$tpl_path|cat:'_footer.tpl'}
diff --git a/webapp/session/forgot.php b/webapp/session/forgot.php
index 2cd5e4e88f..538a4b08d3 100644
--- a/webapp/session/forgot.php
+++ b/webapp/session/forgot.php
@@ -31,3 +31,4 @@
$controller = new ForgotPasswordController();
echo $controller->go();
+