You are here

social-content-block.html.twig in Open Social 8.9

Custom theme implementation to display a custom content block.

File

modules/social_features/social_content_block/templates/social-content-block.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Custom theme implementation to display a custom content block.
  5. */
  6. #}
  7. <div class="card__subtitle">
  8. {{ subtitle }}
  9. </div>
  10. {{ entities }}
  11. {% if link %}
  12. <footer class="card__actionbar">
  13. {{ link }}
  14. </footer>
  15. {% endif %}