Blockie

Contents

  • Introduction
  • Template tags
  • Automatic template filling
  • Manual template filling
  • Template format configuration
  • API
Blockie
  • Blockie
  • View page source

Blockie

Contents

  • Introduction
    • Quickstart
  • Template tags
    • Primary tags
      • Variable tag
      • Block tag
      • Block variation tag
      • Implicit iterator tag
    • Secondary - automatic tags
      • Alignment autotag
      • Variation autotag
  • Automatic template filling
    • Basic automatic filling
      • Setting a variable value
      • Setting a block content
      • Cloning a block
      • Example
    • Advanced automatic filling
      • Setting a block content as is
      • Setting an implicit iterator value
      • Setting a block content variation
      • Setting a handler for manual filling
      • Removing a variable
      • Removing a block
      • Example
  • Manual template filling
    • Examples
      • Example 1
      • Example 2
      • Example 3
  • Template format configuration
    • Example
  • API
    • Block
      • Block.config
      • Block.name
      • Block.content
      • Block.autotags
      • Block.__init__()
      • Block.parent
      • Block.children
      • Block.template
      • Block.load_template()
      • Block.save_content()
      • Block.fill()
      • Block.get_subblock()
      • Block.set_variables()
      • Block.set()
      • Block.set_subblock()
      • Block.clone()
      • Block.clear_variables()
      • Block.clear()
      • Block.clear_subblock()
      • Block.reset()
    • BlockConfig
      • BlockConfig.tag_gen_var
      • BlockConfig.tag_gen_blk_start
      • BlockConfig.tag_gen_blk_end
      • BlockConfig.tag_gen_blk_vari
      • BlockConfig.autotag_align
      • BlockConfig.autotag_vari
      • BlockConfig.tab_size
Next

© Copyright 2025 Lubomir Milko.

Built with Sphinx using a theme provided by Read the Docs.