Created
November 11, 2015 12:58
-
-
Save s-melnikov/6d0b489caab409e7fcd4 to your computer and use it in GitHub Desktop.
riot site gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<h1>Acme community</h1> | |
<forum-header/> | |
<forum-content> | |
<forum-threads/> | |
<forum-sidebar/> | |
</forum-content> | |
<forum-footer/> | |
<script>riot.mount('*', { api: forum_api })</script> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment