Advertisement
Guest User

microtemplating

a guest
Mar 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.27 KB | None | 0 0
  1. <main>
  2.     <hgroup>
  3.         <h1>{% this.title %}</h1>
  4.         <h2>{% this.description%}</h2>
  5.     </hgroup>
  6.     <section>
  7.         {%if(this.number=== 15){%}
  8.             {% this.number%}
  9.         {% }else{ %}
  10.             {% this.number%}
  11.         {% } %}
  12.     </section>
  13.     <footer>{%this.date%}</footer>
  14. </main>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement