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.
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.
you can create your own widget section using above tags.
Every Widget contain this two section and .
also don't forgot to add unique lable and ID. you can learn more from Nick answer. :)
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.
You can find information on Blogger Help.
See for example: Widget Tags for Layouts