scriptorium/rendering/views/single_post

Values

pub fn full_view(
  db: database.Database,
  config: config.Configuration,
) -> fn(compiler.CompiledPost) -> @internal Element(Nil)

Generate a view that renders a full post.

pub fn list_view(
  db: database.Database,
  config: config.Configuration,
) -> fn(compiler.CompiledPost) -> @internal Element(Nil)

Generate a view that renders a post that’s inside of a list.

Search Document