mirror of
https://github.com/meteor/meteor.git
synced 2026-01-09 07:38:15 -05:00
Added mermaid diagram to explain Blaze rendering.
This commit is contained in:
@@ -128,6 +128,8 @@ All right! Let’s find out what all these bits of code are doing!
|
||||
|
||||
### 1.5: Rendering Data
|
||||
|
||||
<img width="500px" src="/tutorials/blaze/assets/mermaid-diagram-blaze-rendering.svg"/>
|
||||
|
||||
Meteor parses HTML files and identifies three top-level tags: `<head>`, `<body>`, and `<template>`.
|
||||
|
||||
Everything inside any `<head>` tags is added to the head section of the HTML sent to the client, and everything inside `<body>` tags is added to the body section, just like in a regular HTML file.
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user