Rendering Process
Hey, this page needs content. You should help. Click here to fork!
While this is NOT meant to be a very technical description of how the rendering should work, it provides an overview of how I envision this working. I'm also not going to outline each possible part of the process, but assume it's recursive, starting from the smallest part.
-
$item
- Uses default template?
- Render
$item
using the default template. - Uses overridden template?
- Find template based on the following patterns (most generic to most specific):
item__format
item__component
item__type
item__name