Hi all, I have to {{include "sidebar.html"}} in every page of a site,
and one of the elements in this include is a little form (a text field
and a submit button) where user insert email address and apply for a
newsletter, effectively writing a record in db.newsletter. How can I
do this without a controller?Also, there is a ready made example or appliance that can send a mail to all email adresses present in a db table? sorry for english

