aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/post/post.tag
blob: 3e41ba70ebddfee71e213846a0a26010ea0a32da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<post>
  <div class="post">
    <h2>{ opts.title }</h2>
    <small>Author: { opts.author }</small>
  </div>

  <script type="es6">
    import style from './post.scss';
    
    /* Write your ES6 JS here */
  </script>
</post>