Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I want to know about blogger template language

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.

like image 660
ebattulga Avatar asked Oct 13 '09 17:10

ebattulga


People also ask

How do I code a Blogger template?

To create a blogger template, goto Theme -> Customize -> Edit HTML. Remove all the codes written and paste the code below. This is minimal code to start with the template designing. The above basic template will show the title of the blog in the browser with no content showing.

What is Blogger template?

What is a Blogger template? A Blogger template is a design in XML format composed of CSS , XML and Javascript code that can be used to create a blog, website or app using the Blogger.com platform.

How do I find my Blogger template name?

2) Open your blog in a new browser tab -> right click on empty space -> select "View Page Source" from the context menu -> Find the phrase "Blogger Template Style" or "Name:".


1 Answers

You can find information on Blogger Help.

See for example: Widget Tags for Layouts

like image 184
Nick Dandoulakis Avatar answered Oct 02 '22 01:10

Nick Dandoulakis