generator-globeproject
Version:
23 lines (16 loc) • 623 B
HTML
<div class='<%= graphicType %>-graphic <%= graphicName %>'>
<% if (fullScreenOnMobile) { %>
<div class='hed'><%= graphicName %></div>
<div class='subhed'>
Lorem ipsum Mollit pariatur occaecat velit cillum minim ex consequat reprehenderit nostrud mollit enim ut ex veniam eiusmod.
</div>
<div class='source-and-credit'>
<p class='source'><span>DATA: source</span></p>
<p class='credit'><span>Reporter / Globe Staff</span></p>
</div>
<% } else { %>
@('../../common/html/mast.html')
@('../../common/html/header.html')
@('../../common/html/footer.html')
<% } %>
</div>