kopia lustrzana https://github.com/wagtail/wagtail
Fix backticks
rodzic
c7fd13b20c
commit
e190afd878
|
|
@ -370,7 +370,7 @@ Or equivalently:
|
|||
Per-block templates
|
||||
-------------------
|
||||
|
||||
By default, each block is rendered using simple, minimal HTML markup, or no markup at all. For example, a CharBlock value is rendered as plain text, while a ListBlock outputs its child blocks in a `<ul>` wrapper. To override this with your own custom HTML rendering, you can pass a ``template`` argument to the block, giving the filename of a template file to be rendered. This is particularly useful for custom block types derived from StructBlock:
|
||||
By default, each block is rendered using simple, minimal HTML markup, or no markup at all. For example, a CharBlock value is rendered as plain text, while a ListBlock outputs its child blocks in a ``<ul>`` wrapper. To override this with your own custom HTML rendering, you can pass a ``template`` argument to the block, giving the filename of a template file to be rendered. This is particularly useful for custom block types derived from StructBlock:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue