use Clap;
use Serialize;
pub const TEMPLATE_NAME: &str = "article";
pub const TEMPLATE: &str = "{{> title }}
---
**Authors** - {{authors}}
**DOI** - [{{doi}}](https://doi.org/{{doi}})
---
---
**Notes**
**References**
---";
/// Create a new article