Jangle
a cms for humans.
Content management made easy!
Let's say you've got a blog. Maybe you have some posts and authors you'd like to show on a website.
models:
Author:
name: text
email: email?
BlogPost:
title: text
date: datetime
authors: Author[]
That's it!
Those eight lines gave Jangle all the information it needed!
From there, we can start entering content right away. Check out the guide to learn more!