diff --git a/views/index.html b/views/index.html index 8c0af35..9f50735 100644 --- a/views/index.html +++ b/views/index.html @@ -25,5 +25,17 @@ +{if="$recent_answers"} +

Recent Answers by others:

+ + + {loop="$recent"} + + + + {/loop} + +
{$value.author} wrote that {$user_name} is {$value.word1}, {$value.word2} and {$value.word3}
+{/if} {include="footer"} \ No newline at end of file