//! Preset template files embedded in `adbook` binary
//!
//! # Example
//!
//! Print `article.adoc` embedded in `adbook`:
//!
//! ```sh
//! $ adbook preset a # article.adoc
//! ```
/// a | article | article.adoc
pub const ARTICLE_ADOC: & = include_bytes!;
/// b | book | book.ron
pub const BOOK_RON: & = include_bytes!;
/// t | toc | toc.ron
pub const TOC_RON: & = include_bytes!;