Skip to content

Commit

Permalink
readme: added jumbo
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 26, 2024
1 parent 0984953 commit 7780c8e
Showing 1 changed file with 27 additions and 9 deletions.
36 changes: 27 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,36 @@
[Latte: A Next-Generation Templating System for PHP](https://latte.nette.org)
=============================================================================
[![Latte](https://github.com/nette/latte/assets/194960/76c098ff-427c-4b30-9676-97e2d8fd4a56)](https://latte.nette.org)

✅ The only truly secure templating system for PHP<br>
✅ You already know the syntax<br>
 <!---->

<h3>

✅ 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

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.
</h3>

 <!---->

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)!

 <!---->

Getting started
=======

<h3>

Latte is cleverly designed and easy to learn for those familiar with PHP, as they can quickly adopt its basic tags.
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)

- 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️⃣ Write templates in [editor with Latte support](https://latte.nette.org/en/recipes#toc-editors-and-ide)
</h3>

 <!---->

Do you like Latte? Are you looking forward to the new features?

Expand Down

0 comments on commit 7780c8e

Please sign in to comment.