toot.html (237B)
1 2 3 4 5 6 7 |
<iframe src="{{ .Get "link" }}/embed"
class="mastodon-embed" style="max-width: 100%; border: 0" width="400"
allowfullscreen="allowfullscreen"></iframe>
<script
src="https://todon.nl/embed.js" async="async">
</script>
|