templates/partials/player-msgs.html.twig line 1

Open in your IDE?
  1. {% embed 'includes/details.html.twig' with {
  2.     summary: 'Player Messages',
  3.     id: 'player-messages'
  4. } %}
  5.     {% block body %}
  6.     <textarea name="player-msgs" id="player-msgs" class="input input--tall" rows="9" style="font-size: 1.8em;" placeholder="Storyteller and players can type messages to each other as needed here."></textarea>
  7.     <p><button type="button" id="clear-player-msgs" class="button button--warning">Clear</button></p>
  8.     {% endblock %}
  9. {% endembed %}