mixxorz / slippers

A UI component framework for Django. Built on top of Django Template Language.

Home Page:https://mitchel.me/slippers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recognise components.yml

CamLamb opened this issue · comments

get_template("components.yaml")

Looks like this line could be updated to find either a yaml or yml file 😃.

select_template https://docs.djangoproject.com/en/3.2/ref/templates/api/#django.template.Engine.select_template

Oh nice. That's a good idea.

Fixed by #8