Which programming language uses this syntax?

Asked

Viewed 155 times

0

Would you like to know which language uses this syntax? It was inside a tag <h1> of an HTML.

{{app.settings.pagetitle}}

The files are mostly saved in HTML, and I need to use PHP to connect with SQL Server to pull the data from the tables that will be displayed on the site, but when I save the file in PHP it does not open anything.

Any idea what to do?

  • I would say this in handlebars but the extension would be Hbs, so it should be Angularjs

  • Hi Kcpirola89, which framework is using?

1 answer

12

There are several languages (actually templates tools) that use this notation:

Note that they are all templating tools. They are often optimized to generate HTML code. Most of them run on top of Javascript.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.