diff --git a/readme.md b/readme.md index 85e04b7eb..a48b06bfd 100644 --- a/readme.md +++ b/readme.md @@ -3,21 +3,28 @@  

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

  -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 +=======

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