+ % if user.is_authenticated():
<%include file="updates.html" />
<%include file="handouts.html" />
+ % else: +
+ <%include file="guest_updates.html" /> +
+
+ <%include file="guest_handouts.html" /> +
+ % endif