refactoring newsfeed to use templates instead of generating dom in the code

This commit is contained in:
buxxi
2021-01-16 13:37:18 +01:00
parent aaaf1f660c
commit 69c053a94f
4 changed files with 64 additions and 56 deletions

View File

@@ -0,0 +1,3 @@
<div>
<iframe class="newsfeed-fullarticle" src="{{ url }}"></iframe>
</div>