Well the js and css stuff seems to be in the folder /assets alright. (Tell me if there's more ?.) Looking for the HTML skeleton now.
EDIT: Could it be that there's no real HTML skeleton per se, but that it is really created fully dynamically?
EDIT2: I guess that it's all about the IDs in the HTML and the JS playing with it. I'll try to dig in some more but would appreciate any help.
EDIT3: Yeah, I found the views folder in /vendor/flarum/core. So the HTML skeletons are PHP files. Looking at the forum.blade.php there are three tags that seem PHP-related. One is for the forum URL, the other for the title. And the last one is for the content.
Franz Now two questions remain:
1. How would I go about asking the API for the forum URL and title, so I could include that in my Django template.
2. How can I replace the {!! $content !!} part? Is this PHP or JS?
Sadly flarum.org/docs/templates is not yet implemented/available.