Newer
Older
<?php
function getComments($article){
echo(<<<EOF
<script src='https://www.hCaptcha.com/1/api.js' async defer></script>
<h2>Kommentare:</h2>
<jl-comments_display></jl-comments_display>
<jl-new_comment id="newComment"></jl-new_comment>
EOF);
}