Blogger Inclusion tag Syntax and Attribute
<b:include/> and <b:includable> Example
The Includable
<b:includable id='list'> <b:loop values='data:foo' var='item'> <li> <data:item/> </li> </b:loop> </b:includable>
The Includable With Child
<b:includable id='list' var='parent'> <b:include data='parent' name='list2'/> </b:includable> <b:includable id='list2'> <b:if cond='data:foo'> <b:loop values='data:foo' var='item'> <li> <data:item/> </li> </b:loop> <b:elseif cond='data:bar'/> <ol> <b:loop values='data:bar' var='item'> <li><data:item/></li> </b:loop> </ol> </b:if> </b:includable>
Server Managed Inclusion
Blogger has default inclusion that we can call to be used in our template. This are inclusions that are stored on the Blogger serverside. Mostly marked with prefix super in the inclusion. Other are The Common Inclusion, this inclusion can be installed anywhere except b:skin. The known inclusion present inside default tempate are:- <b:include name='all-head-content'/>
- <b:include name='postMetadataJSON'/>
Other Tag
- <b:attr>
- <b:case>
- <b:class>
- <b:comment>
- <b:default>
- <b:defaultmarkup>
- <b:defaultmarkups>
- <b:eval>
- <b:else>
- <b:elseif>
- <b:if>
- <b:include>
- <b:includable>
- <b:loop>
- <b:message>
- <b:param>
- <b:section>
- <b:skin>
- <b:switch>
- <b:tag>
- <b:template-script>
- <b:template-skin>
- <b:widget>
- <b:widget-setting>
- <b:widget-settings>
- <b:with>
- <![CDATA[]]>
- <data:.../>