-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interpolating Template Values #85
Comments
Heya, sorry for the inconvenience. Is there a reason why you declare a typealias? Instead of @TemplateValue(ListWidgetQuery.Data.self)? |
No, no good reason at all — I was having trouble figuring out which APIs to use to render my views from an |
I noticed this line in the sample project, but couldn’t figure out how it could work.
|
I think I quoted it out for a reason, as it is a String. Let me come back to you at the weekend, okay? |
I was looking into the code, and I found something. Let me see, if I can fix it the next couple days. |
Hi, any good news on this? |
Honestly, no.. not really. Had a lot on my plate. In your case, you should be able to use my hack |
I want to let you know, that I remove the pre-rendering. Therefore you will be able to use string interpolation. You can read more about in #118. You can already use the 3.0.0-alpha.1 release, if you like. But keep in mind it's still alpha. |
I’m really struggling to get my head around the design of the templating system. In the following example, how do I access values from the context and use them in the template to build text content and HTML attributes?
The text was updated successfully, but these errors were encountered: