pawb.fun is one of the many independent Mastodon servers you can use to participate in the fediverse.
This instance aimed at any and all within the furry fandom, though anyone is welcome! We're friendly towards members of the LGBTQ+ community and aiming to offer a safe space for our users.

Server stats:

305
active users

#jinja

1 post1 participant0 posts today
Franck Nijhof<p>🚀 𝗖𝗮𝗹𝗹𝗶𝗻𝗴 𝗮𝗹𝗹 𝗛𝗼𝗺𝗲 𝗔𝘀𝘀𝗶𝘀𝘁𝗮𝗻𝘁 𝘁𝗲𝗺𝗽𝗹𝗮𝘁𝗲 𝘄𝗶𝘇𝗮𝗿𝗱𝘀! 🧙‍♂️</p><p>I’m working on extending the template engine with some new functions, filters, and tests, for example:</p><p>✅ flatten(list_of_lists) – Flattens nested lists into a single list<br>✅ combine(dict1, dict2, ...) – Merges multiple dictionaries together</p><p>Now, I need your input! 💡</p><p>🔍 What template functions, filters, or tests would make your automations easier?<br>💬 What repetitive Jinja gymnastics do you find yourself doing over and over?</p><p><a href="https://fosstodon.org/tags/HomeAssistant" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HomeAssistant</span></a> <a href="https://fosstodon.org/tags/Jinja" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Jinja</span></a></p>
scy<p>You know, the _one_ time I'd have actually appreciated unsolicited advice, the fedi doesn't deliver.</p><p>Because I'm indeed wondering if there are good alternatives to <a href="https://chaos.social/tags/Jinja" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Jinja</span></a> in <a href="https://chaos.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a>.</p>
Sergi<p>Version 1.8.0 of jinja2-fragments is out!</p><p>Release notes:<br> - Adds support for rendering multiple blocks on Flask, Quart, Sanic and Litestar.<br> - Fixes deprecated Litestar import.</p><p><a href="https://pypi.org/project/jinja2-fragments/1.8.0/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">pypi.org/project/jinja2-fragme</span><span class="invisible">nts/1.8.0/</span></a></p><p><a href="https://floss.social/tags/jinja" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jinja</span></a> <a href="https://floss.social/tags/flask" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>flask</span></a> <a href="https://floss.social/tags/quart" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>quart</span></a> <a href="https://floss.social/tags/sanic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sanic</span></a> <a href="https://floss.social/tags/litestar" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>litestar</span></a> <a href="https://floss.social/tags/htmx" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>htmx</span></a></p>
David Lord :python:<p>Jinja 3.1.5 released! <a href="https://github.com/pallets/jinja/releases/tag/3.1.5" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/pallets/jinja/relea</span><span class="invisible">ses/tag/3.1.5</span></a> This contains two security fixes and a bunch of bug fixes. <a href="https://mas.to/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> <a href="https://mas.to/tags/Flask" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Flask</span></a> <a href="https://mas.to/tags/Jinja" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Jinja</span></a></p>
jeraldina:python_logo:☁️<p>OK, I have a <a href="https://hachyderm.io/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> <a href="https://hachyderm.io/tags/flask" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>flask</span></a> <a href="https://hachyderm.io/tags/jinja" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jinja</span></a> issue that the docs aren't making clear. Say I have an app that's hosted on multiple domains. I want some footer link to be to foo.$domain for whatever domain was used to reach the app.</p><p>url_for seems like it will provide protocol + domain. it's not clear if there's a clean way to provide "foo.example.com" for whatever value of "example.com" and a static value of "foo".</p><p>Seems like this should be doable. Any suggestions?</p>