Nunjucks for loop example. It would be the same thing as isEmpty() in JS.

Nunjucks for loop example. It would be the same thing as isEmpty() in JS.
Nunjucks for loop example js, too. Jul 7, 2015 · I want to output a line conditionally in nunjucks, but don't want to have an empty line if the condition is false. index0 instead limit-var {% for obj in data %} {% if loop. Generated by gh-pages. js (don't forget the period at the start of the filename!). Need to use some other serving on our local machine like me - http-server. Prints the data to the page. For both Liquid and Nunjucks templating, {% %} contains functions and {{ }} displays variables. If you are developing tools or editor syntax helpers for Nunjucks, please include recognition of the . ” Let’s look at an example. Base demo app for 11ty + webpack + nunjucks. js for the full library, or nunjucks-slim. For example loop. You need to define them beforehand. Aug 11, 2021 · Using Eleventy with Nunjucks, and need to check if a front matter field is empty and if a string is empty. Configuration. nj" %} {% endfor %} In the example above, file2. Heavily inspired by jinja2, very similar to Twig (php). It allows you to create dynamic HTML templates by embedding JavaScript code within your HTML files. html, it doesnt work. So basically I want to pass the variable name dynamically to the for loop. Here we’re setting the post variable as we loop through items in the collection and setting two more variables, element and class. Does Nunjucks support this functionality? It seems like a pretty simple and common feature, but I've looked all over the docs and StackOverflow but can't find any mention or example. Example. All other items should not receive this item. Restrictions and workarounds. json')) If you are using it multiple times, add a variable at the top of the file instead. Although you are free to use any file extension you wish for your Nunjucks template files, the Nunjucks community has adopted . Most templating engines aren't designed to host complex computations even if they can perform them. Give 'er a go mate and notice that in the raw section here they highlight not as if it's a keyword. src}}: {{obj. njk partial. GitHub Pages. in loops. This difference in syntax can affect the readability and familiarity of the templating engine for developers. Contribute to pdehaan/11ty-nunjucks-for-loop development by creating an account on GitHub. This is almost same as example from docs so I have no idea what might be wrong with this code. “P'unk Avenue chose Nunjucks as the template language for the Apostrophe content management system, an open source CMS for node developers. render('items. The html consists of two radio inputs per group. javaType}} {{prop. njk. They can be used together: TILs, snippets—my digital code garden 🌱. My file is named /content. index0 < 2 %} {{obj. We chose Nunjucks because of its close relationship with the Jinja and Twig languages, and also for its test coverage and robust implementation. Both versions of the syntax function the same. Loop by integer value with Nunjucks Templating. js + nunjucks example. index0 in a nunjucks template, for example: {{loop. What I have: site. Dec 4, 2020 · As mentioned before, Nunjucks doesn’t let you pass variables along with include. I'm using a for loop in the following way: {% for Nunjucks supports all modern browsers and any version of Node. This can be useful if you're delimiting items in a list. name}}; {% endfor Nov 10, 2016 · I need to populate breadcrumb navigation with the data I defined inside set breadcrumb. We will create a simple navbar. Syntax Highlighting My end goal is write a loop in a Nunjucks template that will duplicate a block of markup X number of times where X is the numberOfRooms value. It’s sort of like Sass, but for HTML rather than CSS. e. May 11, 2023 · Oops, You will need to install Grepper and log-in to perform this action. Another example that makes use of loop. Many developers use doT together with Express. How to render a global variable as data inside for loop. Feb 26, 2016 · Firstly we’ll look at an example where we’re using Nunjucks to render a page in response to a web service request being handled by a Node server — so a very similar scenario to what happens “P'unk Avenue chose Nunjucks as the template language for the Apostrophe content management system, an open source CMS for node developers. Aug 22, 2022 · I am creating an eleventy scaffolding project to learn more about SSG, this is my first time using an SSG so I am new to the templating stuff with nunjucks, etc. Am I doing something wrong here? Sep 3, 2019 · In Nunjucks, you can't just write vanilla JavaScript like that - you have to use their template methods (like {% set varName = "test" %} to set a variable). first: boolean indicating the first iteration Jan 23, 2017 · I would like to render it using Gulp, gulp-nunjucks-render, and the array ['100', '300']. Remove aggressive optimization that only emitted loop variables when uses. I need to loop over all unique brands and show them on page using nunjucks. However include outside of loop does work. By Zander Martineau. json and structured as followed: Mar 28, 2019 · public class {{className}} { {% for prop in properties %} {% if prop. A single tag: cat---tags: cat---This content would show up in the template data inside of collections. index are inserted and only available there. Otherwise the workaround is to have a local in-loop boolean, which is flipped; then that is used to skip through further iterations, but it is far from elegant. For example: <!-- Suppose products = ["Bag", "Pen", "Paper"] --> {% for product in products %} <p>{{ product }}</p> {% endfor %} This will display: 4. index: the current iteration of the loop (1 indexed) loop. js and Nunjucks to create dynamic web applications Nov 2, 2021 · Nunjucks to loop the array and show each file in a list --&gt; &lt;ul&gt; {% for file in fileList %} &lt;li&gt;{{ file }}&lt;/l Level up your programming skills with exercises across 52 languages, and insightful discussion with our dedicated team of welcoming mentors. index0 special variable (Demo in Codepen) Inside a for loop, you can use loop. Consider examine only tags: This is actually, only a simple loop example, but with complex html formatting. Here is an example of how you can use Nunjucks to loop over an array and display the elements in HTML: First, you need to install Nunjucks using npm: bash npm install nunjucks. These will all be accessible inside the post-card. Syntax Highlighting custom tag syntax (like {% and %}) was made Environment-specific internally. After a lot of search he found the answer but not on Stackoverflow. ” Aug 23, 2017 · See Also the nunjucks docs. Hello, I faced with a problem: I have global variables with SVG icons and I want to render all icons inside template using for loop. js Foundation. revindex: number of iterations until the end (1 indexed) loop. In the root of your project, create a file called . html', items); And template: {% for item in items loop. Base Sep 6, 2017 · I. or the "expression" syntax {{ }} that is easier to type. So, if this is possible, how would one achieve this with Nunjucks? If this completely defeats the purpose of Nunjucks then please say and any alternative suggestions would be greatly appreciated. pasta to retrieve all the items in the collection. The asyncAll tag will run an asynchronous loop in parallel. Note how we are looping over the collections. . It can be emulated by nesting the {% if %} within the for loop, but this workaround doesn't interact correctly with {% else %} blocks on for loops (which I've implemented in #259). js uses double curly braces {{ }} to denote variables and expressions, while Nunjucks uses double curly braces with a percentage sign {{% %}} for the same purpose. comment %}/** * {{ prop. 852', filter: 'round' },{ name: 'groups' value: [1,2,3,6,0], filter: 'sort' }] {% for da Jan 20, 2016 · Have you imported the JSON? If not, in the render JS, add a variable: list: JSON. index always yields 1) Expected behavior Should work like described in Jun 28, 2023 · Iterate Through All an Array's Items Using For Loops; node loop files and push to array to display on screen with nunjucks; Iterate over all the items in array of arrays; haxe loop through array; Iterating over a TypedArray; Iterating an Array Using While Loop; nunjucks get loop length of array; loop over structured array njit; loop over Although you are free to use any file extension you wish for your Nunjucks template files, the Nunjucks community has adopted . Using nunjucks v3. May 3, 2017 · Nunjucks can look like nothing special at first glance in comparison to other well known templating languages (except quite elegant syntax and some nice features, like unpacking during loops), but the deeper you will get the harder will be to return to other templating languages. So far I've found that the range Advanced: Use your Nunjucks Environment. revindex: returns the number of iterations from the end of the loop (1-indexed) loop. I want to solve the problem of calling a module/partial and assigning different values to the attributes each time that it is processed. . last}}, but if I try to use it in a condition, it gives me an error: {% for i in range(0, 5) -%} {{ i }} {{if loop May 26, 2015 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand Sep 16, 2020 · This code will render a page containing the list of all our pasta dishes. So, my data structure looks something Jan 8, 2014 · I would like to get a for-loop in my template (nunjucks) which goes through all the "someId's". You can't use eleventy --serve flag. comment }} */{% endif %} {{prop. last は、最後の反復処理を示すブール値を返す。loop. index}} {% include "/file2. 1. For example, in the code below, line 2 is a comment. May 30, 2019 · By default Nunjucks will just essentially ignore the for loop if the value is not iterable and I'm suggestion that Eleventy should do the same thing but I don't have enough knowledge about how the Eleventy shortcodes are plumbed through the system to figure out why it would cause that. Jan 20, 2021 · If you use {% set . Oct 15, 2014 · Inside a loop I can do {{loop. json Feb 1, 2017 · I have few other nested for loops down this code, which will be using this dict and the dict has only the latest key value pairs i. Note that this filter is not present into the official Twig documentation 🤷🏻‍♀️ Experimenting w/ Nunjucks and for. " for a reference in another template I cannot put it to an array. revindex0: returns the number of iterations from the end of the loop (0-indexed) loop. Server-side engine with block inheritance, autoescaping, macros, asynchronous control, and more. g. Logs the data to your terminal. key: returns the key of the current item Jun 9, 2016 · I have just started using gulp & nunjucks for templating (emails in this case). 28. Branch with dist files available here. Jun 22, 2015 · precompile the some simple templates to javascript with Nunjucks; run the precompiled templates under the node. To Reproduce Steps to reproduce the behavior: Use loop. Live example link. You'll also learn how to template your transforms using Nunjucks. Sep 5, 2017 · I'm trying to loop through the first 5 items in a Nunjucks loop of 14 items. Nunjucks is a core principal when creating and updating Calculated policies. Now I want to access this variable outside the macro. {% set facebook: <svg viewBox="0 0 8 17" fill=" Jun 2, 2020 · Then look for a template in nunjucks syntax nunjucks-template="gistlist" and find the target HTML element in the DOM where the rendered template is going to be placed in (hx-target="#list") 2 Finally hx-swap="innerHTML" tells us the method htmx inserts the rendered template into the DOM 3 . Nunjucks is a templating language that’s powered by JavaScript. length: There are two useful ways to debug data in Nunjucks templates. Ecto is a modern template consolidation engine that enables the best template engines: EJS, Markdown, Pug, Nunjucks, Mustache, Handlebars, and Liquid. So in my case I have two collections events and videos. This includes the most recent version and all versions still in maintenance. Feb 20, 2022 · {% for item in items %} {{ loop. js; I have done: installed node. If I print it once within the loop, then i am able to use it inside the included file. So, my code looks like this: Breadcrumb items: {% set breadcrumb = [{ name : 'Item name 1'}, { name : 'Item for loops in nunjucks produce a new scope because all the variables like loop. I can retrieve the variables from the json file but am stuck on creating the FOR loop. Basic nunjuck template documentation can be found over on Mozilla's github page. If you wish to iterate over an array, the syntax is “for item in array express an express app that nunjucks should install to; tags: (default: see nunjucks syntax) defines the syntax for nunjucks tags. It initially seems like a job for a for loop but the module will not necessarily be called upon in sequence within the template Mar 8, 2017 · Today my team mate was struggling on how to add multiple conditions with 'and' or 'or' in an if statement in Nunjucks template. revindex0: number of iterations until the end (0 based) loop. parse(fs. 📚 More info. Nunjucks Tutorial Nunjucks is a powerful templating engine for JavaScript, heavily inspired by Jinja2 and used in various web development frameworks like Express. Liquid is the default templating engine in Eleventy. These allow our templates to be dynamic, even though at the end, they’ll generate static HTML. I'm trying to loop through the first 5 items in a Nunjucks loop of 14 items. ANSWER This is the answer - but I'd like the give the credit to the person who helped me refine the question, pointed out the right components, and helped me with the syntax - so please officially answer it - and I will remove this inline answer - I have Jun 26, 2022 · You may want to reconsider your approach on looping through multiple articles by allowing the index of your loop to have a relationship to the actual articles. eleventy. 2. Also, note that Eleventy allows us to use templating constructs like for loops and variables even with plain markdown fi Looping with Nunjucks Learn how to use Node. ” For example, for JSON, PDF, XML, and TXT Output transforms, you can use the Nunjucks templating language. If you wish to iterate over an array, the syntax is “for item in array,” and in the case of a dictionary, it is “for key, value in dictionary. %} inside a for-loop block, pay attention to have defined it outside before entering the loop. Feb 25, 2024 · For loop. So far I've found that the range function should be able to accomplish this but can't get the syntax right. While it is preferred and simpler to use the Options-specific API method above (new in Eleventy 1. What I am trying to build: I want to create a template for a landing page/showcase that can be re-used but display different data within a for loop. This is kind a boilerplate or example solution. index into the each-item. last will tell you if you are on the first item in a list or the last item. Have a for loop that iterates over an array without any problems if I use snake_case Simplest possible node. See Customizing Syntax; configure returns an Environment instance, which lets you add filters and extensions while still using the simple API. White space management is critical when building good nunjuck templates. js and the npm (e. {'k1':'v2'} I am looking for something like {'k1':['v1','v2']} Please suggest a solution without using setdefault Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand Jan 24, 2017 · I have a large form made of radio buttons that I would like to create dynamically with nunjucks. Thanks :) Syntax: Handlebars. first and loop. It fixes the problem that JS has where for(var i=0;;){} introduces i into the outer scope. index0: returns the current iteration of the loop (0-indexed) loop. In Nunjucks, you can use the for loop to go through a list and perform an action for each item. Does anyone have any idea how? A normal for-loop does not work since it's not an array and since I use the "someId. The 'is-active' class will result in my accordion being open/expanded rather than closed. (Confusing I know) Finally, there are special values that nunjucks provides. Mar 13, 2015 · I am trying to write a nunjucks template that loops through an outer array and populates columns, then loops through a nested array to make rows in each column. index }} This doesn't work for some reason but the weird part is that if I first add a call to loop. I am trying to sort by a value in the nested for loop. Mar 13, 2018 · I have the following code: var items = [{'name': 'item1'}, {'name': 'item2'}] var items = nunjucks. index and loop. Jun 16, 2020 · I have different sites, with different sitenames and try to get the right array on each site. Syntax Highlighting Although you are free to use any file extension you wish for your Nunjucks template files, the Nunjucks community has adopted . Any help would be awesome. liquid template as well. nj I wish to address the loop index as follows: {{ loop. There's also the XSL templating language, which you can only use with the XML output transform. name}} {% endif %} {% endfor %} B) Add Custom Filter (Demo in Codepen) But more readable is add custom filter limit and use it I see you've got a bit of a bobby dazzler here. There are also a lot of methods that you can't use in Nunjucks templates - one of them is "push" on an array. Layout: Nunjucks Page or Post. index }} {% endfor %} // Nunjucks: Get index in a loop => {{ loop. js package manager documentation May 1, 2014 · I use precompiled template files which are rendered synchronously, and I want to re-render blocks of data in those templates. readFileSync('list. njk extension. Sep 13, 2014 · now in file2. Dec 5, 2014 · var dataArr = [{ name: 'name', value: 'lcat' }, { name: 'score' value: '123. It seems like I'm pointing to the index incorrectly. It’s a way of extending HTML that lets us add logic, loops and various other capabilities. When in the Browser Grab nunjucks. nunjucks tends to use let semantics more than var (well, it's sort of mix) It's a bit Pythonic, really. 1. I can sort using a key in the parent for loop but I am not sure how to use a key from the nested for loop in the sort in the parent for loop. White Spaces. The syntax allows you to use partials, conditionals, arrays, interpolation, loops, and other logic. Below is an example of fetching user profile inside a loop, which will cause multiple database queries. i. index0: the current iteration of the loop (0 indexed) loop. index inside the included file, while I can access the item object. {% set sitename = "user" % Oct 20, 2018 · I am passing something to a macro and performing some operations on it. html for 文の反復処理内では、特殊変数 loop を利用できる。loop. It is helpful when you perform an async operation within a loop. Jun 27, 2019 · I've gone through Innovalog and Nunjucks docs. Next, create a template file called index. index0}} in a for loop; Run eleventy; Open the resulting html; No output (loop. It would be the same thing as isEmpty() in JS. Jan 20, 2021 · Nunjucks is a powerful template engine that allows to loop through arrays and also objects 😏 Loop though an array # {% set animals = [ ' 🐱 ' , ' 🐶 ' , ' 🐺 ' ] %} Feb 25, 2024 · For loop. Apr 19, 2018 · It means that for some reason include statement in loop does not work and also anything after the statement, but still inside loop, is not rendered either. Nunjucks for example does heavy eval'ing and data formatting and produces tons of VM noise under the hood. cat. To create a loop or conditional statement in Nunjucks use {% code %}. The Node. js, Express. Oct 19, 2018 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand Jul 24, 2016 · Using nunjucks on Node. Feb 26, 2016 · Firstly we’ll look at an example where we’re using Nunjucks to render a page in response to a web service request being handled by a Node server — so a very similar scenario to what happens In Nunjucks, you can use the for loop to go through a list and perform an action for each item. Why am I not able to access loop. nj can call loop. Previously they were global even though you set them through the Environment. For some reason, the syntax I'm using is not working. Yes, I'd love to know how this is done too. Overveiw. I am storing the result in a variable. template. Try using not instead of !. Mar 8, 2017 · New to Nunjucks and have a similar problem to here but I couldn't get my code to work. The default doT syntax refers data with the it variable name (see in the example below). Another example Jul 29, 2021 · Allowing the loop to generate the rest of the card containers markup from your global data. In other words, use not, not !!. However, you can change it by editing the compilation settings file. nj file, it does. express an express app that nunjucks should install to; tags: (default: see nunjucks syntax) defines the syntax for nunjucks tags. have node and the npm command) mkdir njtest && cd njtest; installed the nunjucks with the npm install nunjucks (got a node_modules/nunjucks directory) mkdir templates Nunjucks Best Practices and Tips. Any help you can give me is appreciated. This file is where we will put all our configuration (settings) for Eleventy. JS would be like that: You can use a single tag, as in the above example OR you can use any number of tags for the content, using YAML syntax for a list. Apr 27, 2015 · Since there is no while nor in Jinja, nor in Nunjucks, and without it (or functions) it's quite tricky (or maybe even impossible) to, let's say, output multilevel object (which can be, for example, sitemap), it would be very nice to have Jan 19, 2020 · Just a simple loop example. I'm using Nunjucks as the templating language for examples in this article, but everything could be done in a . It introduced several bugs and didn't really improve perf. index itself. Take tags, for example. If you use a non-empty list in a {% for %} loop, but after applying filtering the list is empty, the {% else %} clause I know that Nunjucks does't have a break for loops like Jinja2, Simplest possible node. index in the index. I have a list of variables that have the same name except for an incrementing number on the end. {% for item in items %} {{loop. As an example, I have these Accounts for a project TEST: Extend Microwave Oven To Handle Ice; Build Flux Capacitor; Foo Support; I need to loop through the set of Accounts associated with the project TEST and return the one with Support in its name and set the Account field to Foo Support. doT. Jun 16, 2020 · Basically I try to combine multiple conditions in a for loop. first: boolean indicating the first iteration Jul 23, 2014 · Nunjucks currently doesn't support this. Is there a nice way to do that? If you're using VSCode, I highly recommend installing the Extension "Better Nunjucks" to get syntax highlighting for Nunjucks code. Jan 24, 2018 · A) Use loop. Here is my data: {%- set columns = [ { &quot;header&qu But, if I move the loop. Example: Before {{ 'Something' if false }} After renders like this: Before After I would like to remove the empty line without lowering the readability of the template. loop. index}} or {{loop. html with the following code: html <!DOCTYPE html> Find Nunjucks Examples and TemplatesUse this online nunjucks playground to view and fork nunjucks example apps and templates on CodeSandbox. For two conditions its working fine {% for blockName in (userblocks if sitename == "user" else xpertBlocks) %} but is there also a way, to realize three or more conditions in a for loop, like so: Sep 5, 2021 · Some nunjucks loop variables are not accessible or wrong in the last canary version. May 6, 2022 · I am new to nunjucks. js currently supported by the Node. index }} Oct 31, 2020 · Notice that the loop start and end uses the syntax of a single curly brace and a percent sign, while the portion retrieving the frontmatter variable is flanked by two curly braces. Click any example below to run it instantly or find templates that can be used as a pre-built solution! Mar 8, 2021 · As you can see, there is a list of assortiment entries each with it's own brands list. Aug 23, 2018 · For the first item in the loop, I want to add an 'is-active' modifier to the class. I tried writing a custom filter for that but couldn't get it working in nunjucks loop. I have a json file with data to populate each html form input group with variables. Using multiple words in a single tag---tags: cat and dog--- Inside loops, you have access to a few special variables: loop. It consolidates these template engines to a single library, allowing you to use any of them with ease. Both collections will have an array of events and videos. slice it in node/browser-js environment and send the sliced chunk to Nunjucks context. js for the slim version which only works with precompiled templates. js and Eleventy. As the sort can only happen in the parent for loop I am unsure how to achieve this. index は反復処理の現在のカウンタ(1 始まり)を返す。loop の詳細は公式ドキュメントを参照ください。生成された HTML は以下の通りである。 Feb 11, 2021 · How to check in Nunjucks if an array contains another array value with Eleventy Hot Network Questions Which other model is being used after one hits ChatGPT free plan's max hit rate? Jan 16, 2020 · I'm trying to loop through a nested json file with nunjucks, give each object type a specific layout and sort all based on date. Is this possible and if so, how is this best done? An example: &lt;di Nunjucks is a templating language that allows you to loop over arrays in HTML. index: returns the current iteration of the loop (1-indexed) loop. Aug 14, 2024 · I'm trying to dynamically populate the data-cell attributes of the cells in a table row, along with the values of those cells in Nunjucks. In this article, you'll learn how to write your transforms using JSON syntax. See below for more information on Environment. The for loop iterates over arrays and dictionaries, and just like the if statement, it requires a closing tag. Feb 26, 2019 · I'm using nunjucks to create a JSON export file. I wrote a post about it: 📒 Nunjuks scoped variable declarations. Note how it Jun 25, 2022 · In Nunjucks there are two conditional statement syntax options to choose from that are very similar to how Twig (PHP) templating language works: The traditional "conditional" syntax {% if %} that is like the liquid syntax. Docs about Twig 'push' filter. Support the regular expression syntax like /foo/g. js template example express an express app that nunjucks should install to; tags: (default: see nunjucks syntax) defines the syntax for nunjucks tags. 0!)—as an escape mechanism for advanced usage you may pass in your own instance of a Nunjucks Environment using the Configuration API. tnwn jhdino isoy qqadrzug ucwox efbg wuolah ahljay yiiu qjkdn
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}