test_templates.php 107 B

1234567
  1. <?php
  2. /**
  3. * Template strings for testing.
  4. */
  5. $config = [
  6. 'link' => '<a href="{{url}}">{{text}}</a>',
  7. ];