11 lines
215 B
HTML
11 lines
215 B
HTML
<% if ( title ) { %><%= title %><% } %>
|
|
<div class="inside">
|
|
</div>
|
|
|
|
<% if ( divider ) { %>
|
|
<hr />
|
|
<% } %>
|
|
<button class="button-copy button-secondary js-button-copy-group">
|
|
<i class="otgs-ico-copy"></i>
|
|
</button>
|