Includable
Description
An includable is a piece of Blogger Template Code.
Syntax
An includable has the following syntax:
<b:includable id="name" var="data"> .... .... </b:includable>
Includable has the following parameters:
- id (required) : the name of the includable
- var (optional) : the data that are passed to the includable
An includable can be called using the following syntax:
<b:include data="data" name="name">
List of includables
The following includables are used in the default Blogger Page Elements:
| Widget Type | Includable id | Includable var | Description |
|---|---|---|---|
| Blog | backlinkDeleteIcon | backlink | - |
| .. | backlinks | post | - |
| .. | commentDeleteIcon | comment | - |
| .. | comments | post | - |
| .. | feedLinks | - | - |
| .. | feedLinksBody | links | - |
| .. | main | top | - |
| .. | nextprev | - | - |
| .. | post | post | - |
| .. | postQuickEdit | post | - |
| .. | status-message | - | - |
| BlogArchive | flat | data | - |
| .. | interval | intervalData | - |
| .. | main | - | - |
| .. | menu | data | - |
| .. | posts | posts | - |
| .. | toggle | interval | - |
| Header | main | - | - |
| Label | main | - | - |
| Profile | main | - | - |





