website/public/internal/comments.php
2021-04-12 20:33:24 +02:00

10 lines
263 B
PHP

<?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);
}