| tag | description |
|---|
| <$BlogTitle$> | outputs the contents of the Title field from the Settings | Basic page (page 38) |
| <$BlogURL$> | outputs the URL of the blog's main page, e.g., 4) |
| <$BlogDescription$> | outputs the contents of the Description field from the Settings | Basic page (page 38) |
| <Blogger>...</Blogger> | anything that should repeat for each entry in your blog must be contained within these tags |
| <BlogDateHeader>...</BlogDateHeader> | a conditional tag whose contents only appear with the first (and only the first) of each day's blog posts |
| <$BlogDateHeaderDate$> | generates the date of the post; its format is determined by the selection made in the Date Header Format field on the Settings | Format page; must be enclosed in opening and closing <BlogDateHeader> tags; |
| <BlogDateFooter>...</BlogDateFooter> | a conditional tag whose contents only appear with the last (and only the last) of each day's blog posts |
| <BlogItemTitle>...</BlogItemTitle> | a conditional tag whose contents are output only if the post has a title; should be used to contain the <$BlogItemTitle$> |
| 111) |