cydrobolt / polr

:aerial_tramway: A modern, powerful, and robust URL shortener
https://polrproject.org
GNU General Public License v2.0
4.99k stars 888 forks source link

Use a templating engine (instead of markup in PHP code) #65

Closed an-empty-string closed 8 years ago

an-empty-string commented 9 years ago

We should eventually use a templating engine for markup.

Reasons

cydrobolt commented 9 years ago

:+1: Switching to a templating engine is definitely desired; more complex and varying themes require many differences in the way pages are rendered.

Looking over Twig's documentation, it seems like a fitting template system.

tejasmanohar commented 9 years ago

:+1: for Twig

cydrobolt commented 8 years ago

Blade implemented in 2.x