Nunjucks Custom URL Tag
Recently I started building a side project using Koa on the backend and Nunjucks for my template engine.
I use Django at work and I wanted an equivalent to the django template url tag.
Nunjucks provides the ability to write custom tags, so I took a stab at implementing something analogous to what I've seen in Django.