python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why does nunjucks fail silently on bad syntax while compiling, or bad data while rendering?
While editing my templates, if I make a mistake, say for example I leave off a closing tag, as in...
{% if variable %}
Notice there is no closing tag within this template!
When compiling this, nunj...
John DeHope
Votes: 0
Answers: 1
Push data from API to existing page (combining data sources) in Eleventy
I am trying to take an external URL added into a page's front matter --> send URL to scraper --> have scraper take metadata attributes --> push metadata attributes back to page's front matter...
kuwts
Votes: 0
Answers: 1
Nunjucks variable
I'm using 11ty to render meta tags on different pages. I have a JSON where I have all the data defined.
{
"home": [
[
{
"paramType": "content",
...
Aditya
Votes: 0
Answers: 1
How to allow HTML to pass through a set block with Nunjucks
I'm really excited to see that we can apply a block assignment for set through Nunjucks. What would be the correct way to allow HTML to be passed through this approach?
I want to do the following from...
klewis
Votes: 0
Answers: 1