Question

i'm looking some syntax.

<b:includable id='main'>

<b:loop values='data:posts' var='post'>
</b:loop>

</b:includable>
</b:widget>
</b:section>
<data:post.id/>

<b:if cond='data:post.dateHeader'>
</b:if>

This is mixed any programming language? I need to know this syntax language name? Who create this language? Where i find help about this syntax language? this language same as other programming language?

Tell me please? I can't found help about this language.

Was it helpful?

Solution

You can find information on Blogger Help.

See for example: Widget Tags for Layouts

OTHER TIPS

This: http://www.google.com/support/blogger/bin/answer.py?hl=en&answer=42095 is a fairly comprehensive guide to all the relevant tags in Blogger's template language.

The blogger template is in XML format/language. If you want to edit or create blogspot template then you you have to learn HTML, CSS and XML and the basic of Javascript will be enough.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top