Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / examplefiles / test.opa
Size: Mime:
function sample_page() {
  <header>
    <h3>HTML in Opa</h3>
  </header>
  <article>
    <div class=container>
      <p>Learning by examples.</p>
    </div>
  </article>
}