A full featured blog in RiotJS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7 lines
184 B

<post-content>
<h4>{ this.opts.title }</h4>
<h5>Posted by { this.opts.author }</h5>
<p class="post-content centered text-break">
{ this.opts.content }
</p>
</post-content>