Skip to content
Snippets Groups Projects
examples.tmpl 242 B
Newer Older
  • Learn to ignore specific revisions
  • Laura Cappelli's avatar
    Laura Cappelli committed
    <?js
        data.forEach(function(example) {
            if (example.caption) {
        ?>
            <p class="code-caption"><?js= example.caption ?></p>
        <?js } ?>
        <pre class="sh_javascript"><code><?js= example.code ?></code></pre>
    <?js
        });
    ?>