rem’s avatarrem’s Twitter Archive—№ 69,910

  1. …in reply to @zachleat
    zachleat I did hit one interesting point (though I think it's nunchucks - not sure). I used pagination with aliased var of "value", and did {%include foo.njk%} and foo.njk could not access value. Wasn't sure how to expose it properly.
    1. …in reply to @rem
      zachleat Odd…if the file doing the pagination is .njk the above example doesn't work. If I rename it to .md it works (the include somehow passes the variable in)… I'll push the branch so you can see what I mean.