test_templates.php 55 B

1234
  1. <?php
  2. $config = [
  3. 'italic' => '<em>{{text}}</em>',
  4. ];