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
12
13
//! Componentes nativos proporcionados por PageTop.

mod html;
pub use html::Html;

mod block;
pub use block::Block;

mod intro;
pub use intro::{Intro, IntroOpening};

mod poweredby;
pub use poweredby::PoweredBy;