Skip to content

further improve template generation #46

Description

@austin-weeks

I previously added a wider selection of templates wrapping the poison content. I'd like to further improve this by defining Templater trait (or some better name), that provides methods for different parts of the template.

trait Templater {
    fn styles() -> &'static str;
    fn introduction() -> &'static str;
    ...
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementImprovements to existing functionalityfeatureNew feature or functionality

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions