pagetop 0.5.0

Un entorno de desarrollo para crear soluciones web modulares, extensibles y configurables.
Documentation
1
2
3
4
5
6
7
8
9
10
11
test_hello_world = ¡Hola mundo!
test_hello_user  = ¡Hola, { $userName }!
test_shared_photos =
    { $userName } { $photoCount ->
        [one] ha añadido una nueva foto
       *[other] ha añadido { $photoCount } nuevas fotos
    } de { $userGender ->
        [male] él y su familia
        [female] ella y su familia
       *[other] la familia
    }.