<% if (type === 'FoxNationAlert' || type === 'FoxWeatherAlert') { %>
        
            <% if (type === 'FoxNationAlert') { %>
            
                 
            
            <% } %>
            <% if (type === 'FoxWeatherAlert') { %>
                <% if (link) { %>
                    
                         
                    
                <% } else { %>
                    

                <% } %>
            <% } %>
        
            <% if (type === 'BreakingNewsEmailCapture') { %>
                <% if (displayname) { %>
                    
                <% } %>
                
                    
                        <% if (link) { %>
                            
<%= title %>
                        <% } else { %>
                            <%= title %>
                        <% } %>
                    
                    <% if (description) { %>
                        
<%= description %>
                    <% } %>
                
 
                
            <% } else  { %>
                <% if (link) { %>
                    <% if (displayname) { %>
                    
                    <% } %>
                    
                <% } else { %>
                    
<%= displayname %>
                    <%= title %>
                <% } %>
                <% if (type !== 'FoxWeatherAlert') { %>
                
Want to get these alerts sent to you directly? Click here.
                <% } %>
            <% } %>