jinjardf

Table of Contents

jinjardf.theme

Theme Objects

class Theme(object)

A theme contains templates for use with the JinjaRDF site builder.

Attributes:

__init__

def __init__(package: str, name: str = None, template_path: str = 'templates')

Initialize the theme

Arguments:

copy_templates

def copy_templates(target_folder: str) -> list

Copy the theme’s templates to a subfolder in the site generator’s template folder.

Arguments:

Returns: