%for project in projects: <% import random color = "%03x" % random.randint(0xEEE, 0xFFF) %>
${project['title']}
${project['description']}
%endfor