print
*****
Use data source for simple and flat render process and generate result.
.. code-block:: html
:linenos:
[...]
.. important::
The :class:`print` command inherit from :doc:`renderable` base class.
Example
=======
1# Create simple command
------------------------
.. code-block:: html
:linenos:
First Name is :@fname
Last Name is :@lname
.. include:: /sample-code/sample-data.rst
:start-after: _simple_start_
:end-before: _simple_end_
Result is:
.. code-block:: html
:linenos:
First Name is s.alireza
Last Name is :qamsari