Skip to content

Instantly share code, notes, and snippets.

@imkost
Last active April 23, 2018 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imkost/461b3c500bdf313df9c03e700691e122 to your computer and use it in GitHub Desktop.
Save imkost/461b3c500bdf313df9c03e700691e122 to your computer and use it in GitHub Desktop.
<div class="Page">
<h2 class="Page__title">IT Company</h2>
<div class="Page__content">We develop apps</div>
</div>
{
class: 'Page',
inner: [
{
tag: 'h2',
class: 'Page__title',
inner: 'IT Company'
},
{
class: 'Page__content',
inner: 'We develop apps'
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment