luckyframework / lucky

A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts.
https://luckyframework.org
MIT License
2.57k stars 156 forks source link

Feat: Simpler Renderable html macro #1836

Closed mdwagner closed 8 months ago

mdwagner commented 8 months ago

Purpose

Instead of invoking a nested macro, we can just use parse_type (Lucky already requires at least 1.6, and parse_type came out in 1.4).