You are here

block--facebook-comments-block.html.twig in Facebook Comments Block 8

Same filename and directory in other branches
  1. 8.2 templates/block--facebook-comments-block.html.twig
<div id="fb-root"></div>
{% if data_attributes %}
<div class="fb-comments" {{ data_attributes }}></div>
{% endif %}

File

templates/block--facebook-comments-block.html.twig
View source
  1. <div id="fb-root"></div>
  2. {% if data_attributes %}
  3. <div class="fb-comments" {{ data_attributes }}></div>
  4. {% endif %}