mirror of
https://github.com/atom/atom.git
synced 2026-01-13 17:07:55 -05:00
10 lines
124 B
Plaintext
10 lines
124 B
Plaintext
<html>
|
|
|
|
<% if something() { %>
|
|
<div class=foo>
|
|
<%= html `ok how about <span>this</span>` %>
|
|
</div>
|
|
<% } %>
|
|
|
|
</html>
|