Thomas Thomassen

@onionarmy
11 Followers
192 Following
31 Posts
@cstross Neil Stephenson's The Diamond Age comes to mind... 🙈
@cstross looking forward to it! 🥳
@carlton hm.. for some reason the include syntax for partials doesn't load the partials for me. Doing a normal include of the file that contains it works, so the template file is found.
I'll ask in the forums.

@carlton hm.. I see the docs mention; "Template partials can also be included using the include template tag with the same # directive:"

Though I still get "Partial 'journal-metadata' is not defined in the current template."

That's with using;

{% include "example.html#journal-metadata" %}

I have to dig further into that.

But do partials have to be included one by one? Can you import all partials in bulk?

Something like:

{% include "example.html %}

?

@carlton if you want to define a partial in a separate file for reuse across your app, what is the pattern for that? The docs seem to demonstrate definition and use within the same file?
@carlton I made my own crude partials exactly because of form fields. I'm keen to upgrade to 6.0 and replace that.
@olafurw now... Space Invaders? 🤓
@olafurw - you doomed us all! 😄
Freakin' satellites with freakin' Doom!
@JenMsft Any shortcut to move a window to another workspace?
@amapanda @ianthetechie good to know. I thought it was a lot stricter. Makes it a lot easier to play around with ideas.