<% if twitter_enabled == true %>

These are the most recent tweets by
<%= twitter_name%>

<% twitter_timeline.each do |e| %>
<%= " #{e.text}" %>
tweeted on <% t = e.created_at%> <%= t.strftime("%m/%d/%y").to_s %>
<% end %>
<% end %>