script_snipped.jst.eco 252 B

12345678910
  1. <hr>
  2. <h2><%- @T(@header) %></h2>
  3. <% if @description: %>
  4. <% for item in @description: %>
  5. <p><%- @T(item...) %></p>
  6. <% end %>
  7. <% end %>
  8. <% if @content: %>
  9. <pre><code class="language-<%- @style %> js-code"><%- @content %></code></pre>
  10. <% end %>