aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/content.tag
blob: e6b4b099da81d15b991220855d09d07e9d3f01f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<content>
  <subheading text="Contact me" />
  <contact />

  <subheading text="Check out my..." />
  <list items={ items } />

  <script>
    this.items = [{ title: 'files', url: '/files'}];
  </script>
</content>