15 lines
247 B
PHP
15 lines
247 B
PHP
<?php
|
|
/**
|
|
* Underscore.js template
|
|
*
|
|
* @package fusion-builder
|
|
* @since 3.2
|
|
*/
|
|
|
|
?>
|
|
<script type="text/html" id="tmpl-fusion_tb_woo_stock-shortcode">
|
|
<section {{{ _.fusionGetAttributes( wrapperAttr ) }}}>
|
|
{{{output}}}
|
|
</section>
|
|
</script>
|