You are here

page--ajax.html.twig in Ajaxify Drupal with JQuery Ajax 8

Ajax Links Api theme implementation to display ajax content.

File

templates/page--ajax.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Ajax Links Api theme implementation to display ajax content.
  5. */
  6. #}
  7. <div class="ajax-links-api-content">
  8. {{ page.content }}
  9. </div>