Search
 
SCRIPT & CODE EXAMPLE
 

HTML

eleventy loop over global data

_data/navigation.json:

{
	"sidemenu": [ "Home", "Contact", "About" ]
}

template.njk:

{% for item in navigation.sidemenu %}
	{{ item }}
{% endfor %}

Comment

PREVIOUS NEXT
Code Example
Html :: angular pass data without -let 
Html :: texto desplegable html 
Html :: visa card 
Html :: como recupperar senha html 
Html :: text background color html 
Html :: barra di scorrimento orizzontale html 
Html :: toc bootstrap 
Html :: keyboard accessible buttons on navbar 
Html :: how to remove whitespace below my footer in html 
Html :: text -center bootstrape 
Html :: centralize email body 
Html :: How to change text every 3 seconds 
Html :: html unicode audio 
Html :: hirudhimap.blogspot.com 
Html :: sample html code for homepage 
Html :: how to check password and retype password in html 
Html :: HTML quize 
Html :: all codes of html 
Html :: Hyper-text markup language 
Css :: css font arial 
Css :: media query max and min width 
Css :: background image css fill screen 
Css :: css hide text if too long 
Css :: 1 line darkmode css 
Css :: gradient text 
Css :: @media 
Css :: change the color of a checkbox css 
Css :: align div right 
Css :: Change png to white using CSS 
Css :: ion input change font size 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =