Skip to content. Skip to navigation

WDIL.org

Personal tools

WDIL Newsletter Template

Back to newsletter
Template for WDIL Newsletters

<h1 tal:content="context/pretty_title_or_id">Title</h1>

<p>Dear WDIL'ers</p>

<h2>New Developments:</h2>

<p>Thank you for being part of WDIL.org</p>

<p>Best Regards,</p>

<p>Ted Koterwas<br>
WDIL.org Community Manager</p>

<p>grab our RSS Feed:<br>
<a href="http://feeds.feedburner.com/WdilLatestContent">WDIL Latest Content</a>

<p>If you do not wish to receive newsletters from WDIL, please use <a href=# tal:attributes="href string:${context/portal_url}/newsletter_subscription_form">this form to unsubscribe</a></p>

<h2>Latest Content:</h2>

<tal:block tal:repeat="object context/getObjects">  
  <a tal:attributes="href object/getURL">
    <h3 class="item-title" tal:content="object/Title">Title</h3>
  </a>
  
  
    <span tal:content="object/Description">Description</span> 
  
  
  
</tal:block>