You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
418 B

<main <% if (isCode) { %>class="is-code"<% } %>>
<% if (isCode) { %>
<pre id="code"><%- fileContents %></pre>
<% } else { %>
<div class="container">
<%- fileContents %>
</div>
<% } %>
<% if (fileName === '6-compiler.js') { %>
<img src="https://cdn.glitch.com/da026c15-c2dc-4ff8-bbed-d9d003c04338%2Ftumblr_mvemcyarmn1rslphyo1_400.gif?1492115698121" alt="Carlton Dance">
<% } %>
</main>