Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dg authored May 16, 2024
1 parent 1025306 commit 9091895
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,28 @@
 <!---->

<h3>
✅ The only [truly secure](https://latte.nette.org/en/safety-first) templating system for PHP<br>
✅ You already know the syntax<br>

✅ The [only truly secure](https://latte.nette.org/en/safety-first) templating system for PHP<br>
[You already know the syntax](https://latte.nette.org/en/syntax)<br>
✅ Highly mature, fast, and widely used library

</h3>

 <!---->

Latte is the safest templating system for PHP. You'll love its intuitive syntax. A wide range of useful features will significantly simplify your work. It provides [top-notch protection against critical vulnerabilities](https://latte.nette.org/en/safety-first) and allows you to focus on creating high-quality applications without worrying about their security.
Latte is the safest templating system for PHP. It is cleverly designed and easy to learn for those familiar with PHP, as they can quickly adopt its basic tags.
A wide range of useful features will significantly simplify your work. It provides top-notch protection against critical vulnerabilities and allows you to focus on creating high-quality applications without worrying about their security.

🟨 Only 1% of programmers [can pass this quiz](https://blog.nette.org/en/quiz-can-you-defend-against-xss-vulnerability)!

Latte is cleverly designed and easy to learn for those familiar with PHP, as they can quickly adopt its basic tags.
 <!---->

Getting started
=======

<h3>

1️⃣ First, familiarize yourself with [Latte syntax](https://latte.nette.org/en/syntax) and [TRY IT ONLINE](https://fiddle.nette.org/latte/#9cc0cf6d89)<br>
1️⃣ First, familiarize yourself with [Latte syntax](https://latte.nette.org/en/syntax) and [try it online](https://fiddle.nette.org/latte/#9cc0cf6d89)<br>
2️⃣ Take a look at the basic set of [tags](https://latte.nette.org/en/tags) and [filters](https://latte.nette.org/en/filters)<br>
3️⃣ Render a template with a [few lines of PHP code](https://latte.nette.org/en/develop)

Expand Down

0 comments on commit 9091895

Please sign in to comment.